AspNetCore.Authentication.ApiKey 5.1.0
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key either in Header, Authorization Header, QueryParams or HeaderOrQueryParams.
Showing the top 20 packages that depend on AspNetCore.Authentication.ApiKey.
Packages | Downloads |
---|---|
Elsa.Identity
Provides a default identity solution.
|
2 |
Elsa.EntityFrameworkCore.Sqlite
Provides SQLite EF Core migrations for various modules.
|
1 |
Elsa.EntityFrameworkCore
Provides Entity Framework Core implementations of various abstractions from various modules.
|
1 |
- WWW-Authenticate challenge header now returns SchemeName as scheme part instead of ApiKeyOptions.KeyName
- WWW-Authenticate challenge header now has 2 new parameters 'in' and 'key_name' in value part
- ForLegacyUseKeyNameAsSchemeNameOnWWWAuthenticateHeader added to the ApiKeyOptions
- In Authorization Header now able to use either SchemeName or ApiKeyOptions.KeyName when matching AuthorizationHeader Scheme
- Visibility of all the handlers changed to public
- Tests added
- Readme updated
- Copyright year updated on License
.NET Framework 4.6.1
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
.NET Core 3.0
- No dependencies.
.NET Core 3.1
- No dependencies.
.NET 5.0
- No dependencies.
.NET Standard 2.0
- Microsoft.AspNetCore.Authentication (>= 2.2.0)