Skip to content

Releases: blowdart/idunno.Authentication

2.3.1

07 Jun 12:19
8594ba8
Compare
Choose a tag to compare

Basic Authentication now allows you to pick the encoding of the credentials string between Utf8 and Latin1.

2.3.0

09 Jan 20:33
faaabc2
Compare
Choose a tag to compare

Shared Key Authentication packages are now available
Basic Authentication has been updated so it now has ASP.NET 7 support

2.2.3

10 Feb 03:43
fa725af
Compare
Choose a tag to compare

Basic Auth now has support for .NET 5 and .NET 6

v2.2.2

31 Mar 13:42
e857b8e
Compare
Choose a tag to compare

Basic Authentication now has support for netstandard 3.0 and 3.1

v2.2.1

26 Feb 15:04
2b16a58
Compare
Choose a tag to compare

Basic auth now returns a 421 request when a request is issued over HTTP, unless AllowInsecureProtocol is set

v2.2.0

26 Feb 15:07
4887aa8
Compare
Choose a tag to compare

Basic auth no longer throws exception when invalid base64 data sent in authentication header

Added property for suppressing the WWW-Authenticate header scheme