Skip to content

Releases: msmolka/ZNetCS.AspNetCore.Authentication.Basic

10.0.0

Choose a tag to compare

@msmolka msmolka released this 29 Nov 15:50

Added support for .net 10, drop support for .net 3.1 and .net 5.0

9.0.0

Choose a tag to compare

@msmolka msmolka released this 15 Dec 18:39

Add support for new target frameworks

6.0.0

Choose a tag to compare

@msmolka msmolka released this 27 Jan 10:15

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

Choose a tag to compare

@msmolka msmolka released this 30 Nov 12:52

Added direct references to latest framework and removed no longer supported frameworks. Added possibility to suppress WWWAuthenticate header globally not only on Ajax request.

4.0.0

Choose a tag to compare

@msmolka msmolka released this 27 Jan 09:47

Sign the assembly

3.0.2

Choose a tag to compare

@msmolka msmolka released this 12 Oct 13:28

Cleanup dependencies and code

3.0.1

Choose a tag to compare

@msmolka msmolka released this 22 Aug 11:11

Allow suppress WWWAuthenticate header for Ajax requests.

3.0.0

Choose a tag to compare

@msmolka msmolka released this 20 Jan 11:51

Change the way how authnetication is handled. Now by assigning Principal to context. Allowing events to be used by dependency injection.

2.0.0

Choose a tag to compare

@msmolka msmolka released this 30 Aug 08:43

Update for ASP.NET Core 2.0. since authentication model was rewritten there.

1.0.0

Choose a tag to compare

@msmolka msmolka released this 27 Feb 06:46

Initial release