Skip to content

Releases: holydk/AnonymousIdentity

2.1.0

01 Feb 11:24
dd86ba0
Compare
Choose a tag to compare

Updates for ASP.NET Core 3

  • #8 Migrate to netcoreapp3.1

2.0.0

13 Oct 17:41
Compare
Choose a tag to compare

As part of this release we had 5 commits.

Updates for ASP.NET Core 3

  • #4 Drop netstandard2.0 and switch to netcoreapp3.0

Enhancements

  • #6 Optional do not delete anon user after signing in

Misc

  • #5 Access to HttpContext only from IHttpContextAccessor.HttpContext

1.1.3

12 Sep 17:28
Compare
Choose a tag to compare

As part of this release we had 6 commits.

enhancements

  • #3 add documentation to the output nuget package

misc

  • update IdentityServer4 version to 2.5.3
  • #2 add additional test scenarios with tokens

1.1.2

06 Sep 11:01
Compare
Choose a tag to compare

As part of this release we had 2 commits.

bags

  • fix "expires_in" in token endpoint response

enhancements

  • move access token lifetime initialization in validators as issue 3578
  • add json response_mode and aid(optional) in discovery endpoint