Fhi.AuthControllers
1.0.1
See the version list below for details.
dotnet add package Fhi.AuthControllers --version 1.0.1
NuGet\Install-Package Fhi.AuthControllers -Version 1.0.1
<PackageReference Include="Fhi.AuthControllers" Version="1.0.1" />
paket add Fhi.AuthControllers --version 1.0.1
#r "nuget: Fhi.AuthControllers, 1.0.1"
// Install Fhi.AuthControllers as a Cake Addin #addin nuget:?package=Fhi.AuthControllers&version=1.0.1 // Install Fhi.AuthControllers as a Cake Tool #tool nuget:?package=Fhi.AuthControllers&version=1.0.1
Fhi.AuthControllers
This package contains an account controller with endpoints for account login and logout. It depends on the Fhi.HelseId package.
The intention of the package is to save the developer from writing code that is always the same. There is no need for any other initialization that adding the package to your project.
Installation
Just add the package to your project from Nuget.
Description
AccountController
The package adds a controller named AccountController
with the following GET endpoints:
- Login
- Logout
- Ping
The last Ping
endpoint is used to check if the controller is installed.`
UserController
It also includes a UserController with a method User
that displays information about the logged in user.
Default Html files
The package also adds four default pages, for Error
, Forbidden
, LoggedOut
and StatusCode
in the wwwroot folder.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Fhi.HelseId (>= 5.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 137 | 11/19/2024 |
7.1.2 | 138 | 11/6/2024 |
7.1.1 | 79 | 11/1/2024 |
7.1.0 | 75 | 10/31/2024 |
7.0.1 | 641 | 10/23/2024 |
7.0.0 | 87 | 10/21/2024 |
6.3.0 | 210 | 10/11/2024 |
6.2.1 | 83 | 10/7/2024 |
6.2.0 | 212 | 9/27/2024 |
6.2.0-beta.2 | 51 | 9/24/2024 |
6.2.0-beta.1 | 151 | 9/17/2024 |
6.1.0 | 112 | 9/10/2024 |
6.0.0 | 507 | 8/7/2024 |
1.0.1 | 2,563 | 11/24/2023 |
1.0.0 | 303 | 11/24/2023 |
1.0.0-beta.7 | 519 | 11/3/2023 |
1.0.0-beta.6 | 154 | 10/23/2023 |
1.0.0-beta.5 | 1,441 | 4/20/2023 |
1.0.0-beta.3 | 225 | 3/29/2023 |
1.0.0-beta.1 | 96 | 3/29/2023 |