The Dangl.Identity dependencies have been updated to v3.0.0
The server side packages have been upgrade to netcoreapp3.1, earlier frameworks are no longer supported
v2.0.0:
Add EventHandler<TokenUpdateEventArgs> TokenUpdate to ITokenHandler interface
v1.6.3:
The GzipHandler no longer tries to compress requests that have no content. This caused ArgumentNullExceptions when the GzipHandler was used when sending empty requests
v1.6.2:
The DanglIdentityAppTokenHandler has a new method that allows setting of user credentials after instantiation: void SetUserCredentials(string userIdentifier, string userPassword)
v1.6.1:
Add NuGet package descriptions
v1.6.0:
The generated assemblies now have a strong name. This is a breaking change of the binary API and will require recompilation on all systems that consume this package. The strong name of the generated assembly allows compatibility with other, signed tools. Please note that this does not increase security or provide tamper-proof binaries, as the key is available in the source code per Microsoft guidelines
v1.5.0:
Update Dangl.Identity dependencies
v1.4.0:
The method ResponseWrapper.GetResponseWrapper was renamed to ResponseWrapper.GetResponseWrapperAsync
v1.3.0:
Dependencies were updated to the latest versions, especially Dangl.Identity
Tests now cover the netcoreapp2.2 framework, tests for netcoreapp2.0 were dropped
v1.2.2:
Add GzipHandler
v1.2.0:
Refactoring to be usable with the HttpClientFactory
The minimum requirement is now netstandard2.0
v1.1.4:
Replace Dangl.Identity.OAuth package with Dangl.Identity.Client.Mvc