marcominerva/SimpleAuthentication
A library to easily integrate Authentication in ASP.NET Core projects.
C#MIT
Issues
- 0
- 0
Replace JwtSecurityToken with JsonWebToken
#115 opened by marcominerva - 0
- 0
- 11
HttpContext.User is not populated
#99 opened by reza1mohammad - 0
Update to .NET 8.0
#96 opened by marcominerva - 4
Union extension method on IList<Claim> type
#94 opened by N1K0232 - 0
- 0
- 0
- 0
Add jti claim to JWT Bearer Token
#70 opened by marcominerva - 3
Provide a list of valid Api Keys and Basic Authentication logins via appsettings.json
#60 opened by marcominerva - 0
Add support for custom security requirements
#68 opened by marcominerva - 0
Add Minimal API support
#52 opened by marcominerva - 0
Update SimpleAuthentication to .NET 7.0
#34 opened by marcominerva - 0
- 1
Add Refresh Token Implementation
#47 opened by Valecass - 0
- 0
Complete usage sample in README.md
#38 opened by marcominerva - 0
It's annoying to repeat "Bearer " when inserting the JWT Bearer in Swagger Authorize window
#35 opened by marcominerva - 0
Add Basic authentication support
#36 opened by marcominerva - 0
JwtBearerSettings.SchemeName isn't used
#29 opened by marcominerva - 0
Split sample projects
#25 opened by marcominerva - 1
Add Source Link support
#27 opened by marcominerva - 21
Add authentication with Auth0
#14 opened by totti240282 - 0
Add method to refresh an existing JWT Bearer
#19 opened by marcominerva - 0
Add method to manually validate a JWT Bearer
#18 opened by marcominerva - 0
Provide extension method to add SimpleAuthentication on existing AuthenticationBuilder
#16 opened by marcominerva