From c35684c1ec32bb0f0a57668f4b14974e197db919 Mon Sep 17 00:00:00 2001 From: Barry Dorrans Date: Mon, 24 Feb 2020 11:11:21 -0800 Subject: [PATCH] Update version history --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbb99cb..544ecf4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ nuget packages are available for the ASP.NET Core 2.0 versions of the authentica | Version | Notes | |---------|-------| +|2.2.1 | Basic auth now [returns a 421 request when a request is issued over HTTP](https://github.com/blowdart/idunno.Authentication/issues/44), unless AllowInsecureProtocol is set | |2.2.0 | Basic auth no longer throws exception when [invalid base64 data sent in authentication header](https://github.com/blowdart/idunno.Authentication/issues/40)
Added property for suppressing the WWW-Authenticate header [scheme](https://github.com/blowdart/idunno.Authentication/issues/36)
Updated nuget license and package icon | |2.1.1 | Added [SourceLink](https://github.com/dotnet/sourcelink/blob/master/README.md)
Changed library dependencies to remove demands for exact versions, following the [.NET Core open-source library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/)
nuget package is now signed |2.1.0 | Added Certificate Authentication
Fixed Basic Authentication event handling
Packages are now Authenticode signed |