Skip to content

Duende.AccessTokenManagement 3.1.0

Compare
Choose a tag to compare
@josephdecock josephdecock released this 18 Dec 03:56
· 8 commits to main since this release
4753c91

This is a minor release that

  • Adds support for .NET 9.
  • Updates our dependency on IdentityModel to Duende.IdentityModel

Breaking Changes

Our dependency IdentityModel has been renamed to Duende.IdentityModel. If you are using the IdentityModel namespace, you should replace "using IdentityModel" with "using Duende.IdentityModel".