Releases: msmolka/ZNetCS.AspNetCore.Authentication.Basic
Releases · msmolka/ZNetCS.AspNetCore.Authentication.Basic
9.0.0
Add support for new target frameworks
6.0.0
Breaking Change: Drop support for netstandard and .net framework. Code refactoring. Dependency update. Nullable enable. Events are initialized once in handler only or configuration.
5.0.0
Added direct references to latest framework and removed no longer supported frameworks. Added possibility to suppress WWWAuthenticate header globally not only on Ajax request.
3.0.2
Cleanup dependencies and code
3.0.1
Allow suppress WWWAuthenticate header for Ajax requests.
3.0.0
Change the way how authnetication is handled. Now by assigning Principal to context. Allowing events to be used by dependency injection.
2.0.0
Update for ASP.NET Core 2.0. since authentication model was rewritten there.