Releases: mihirdilip/aspnetcore-authentication-basic
Releases · mihirdilip/aspnetcore-authentication-basic
AspNetCore.Authentication.Basic
- net8.0 support added
- Sample project for net8.0 added
- BasicSamplesClient.http file added for testing sample projects
- Readme updated
AspNetCore.Authentication.Basic
- net7.0 support added
- Information log on handler is changed to Debug log when Authorization header is not found on the request
- Added package validations
- Readme updated
- Readme added to package
AspNetCore.Authentication.Basic
- net6.0 support added
- Information log on handler is changed to Debug log when IgnoreAuthenticationIfAllowAnonymous is enabled #9
- Sample project added
- Readme updated
- Copyright year updated on License
AspNetCore.Authentication.Basic
- Visibility of the handler changed to public
- Tests added
- Readme updated
- Copyright year updated on License
AspNetCore.Authentication.Basic
- .Net 5.0 target framework added
- IgnoreAuthenticationIfAllowAnonymous added to the BasicOptions from netcoreapp3.0 onwards
AspNetCore.Authentication.Basic
- Fixed issue with resolving of IBasicUserValidationService implementation when using multiple schemes
AspNetCore.Authentication.Basic
- Multitarget framework support added
- Source Link support added
- Strong Name Key support added
- SuppressWWWAuthenticateHeader added to configure options
- Events added to configure options
AspNetCore.Authentication.Basic
Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.
Nuget package moved to new AspNetCore.Authentication.Basic
AspNetCore.Authentication.Basic
Easy to use and very light weight Microsoft style Basic Scheme Authentication Implementation for ASP.NET Core.