Skip to content

Releases: msmolka/ZNetCS.AspNetCore.Authentication.Basic

10.0.0

29 Nov 15:50

Choose a tag to compare

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

9.0.0

15 Dec 18:39

Choose a tag to compare

Add support for new target frameworks

6.0.0

27 Jan 10:15

Choose a tag to compare

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

30 Nov 12:52

Choose a tag to compare

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

27 Jan 09:47

Choose a tag to compare

Sign the assembly

3.0.2

12 Oct 13:28

Choose a tag to compare

Cleanup dependencies and code

3.0.1

22 Aug 11:11

Choose a tag to compare

Allow suppress WWWAuthenticate header for Ajax requests.

3.0.0

20 Jan 11:51

Choose a tag to compare

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

2.0.0

30 Aug 08:43

Choose a tag to compare

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

1.0.0

27 Feb 06:46

Choose a tag to compare

Initial release