Formix.Authentication.Basic
3.0.2
.NET Core implementation of Basic Authentication
Install-Package Formix.Authentication.Basic -Version 3.0.2
dotnet add package Formix.Authentication.Basic --version 3.0.2
<PackageReference Include="Formix.Authentication.Basic" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Formix.Authentication.Basic --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- (3.0.2) Added the HttpContext instance to the Credentials class.
- (3.0.2) Changed Credentials.Username for Credentials.UserName
- (3.0.1) Added a text body to the 403 response
- (3.0.0) Changed AuthenticateDelegate to return a ClaimsPrincipal instead of a list of Claim
- (3.0.0) Implemented punitive failure and purgatory period
Dependencies
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Authorization (>= 2.0.0)
- Microsoft.AspNetCore.Http (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.