This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Releases: DuendeSoftware/Duende.AccessTokenManagement
Releases · DuendeSoftware/Duende.AccessTokenManagement
2.0.0
What's Changed
- dpop support updates by @brockallen in #21
- more minor dpop additions by @brockallen in #23
- update to use constants from IdentityModel by @brockallen in #24
- add simple integration test to exercise some of the dpop client code by @brockallen in #25
- update IdentityModel nuget by @brockallen in #26
Full Changelog: 1.1.0...2.0.0
1.1.0
What's Changed
- add .ConfigureAwait(false) to all async calls by @brockallen in #18
- Fix DuendeSoftware/Support#519, fix DuendeSoftware/Support#516 by @tleblanc159 in #19
New Contributors
- @tleblanc159 made their first contribution in #19
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- rework synchronization services by @brockallen in #2
- Switch config system to named options by @leastprivilege in #3
- Re-work assertion handling by @leastprivilege in #4
- Add tests for user token scenarios by @leastprivilege in #5
- Cache AuthenticateResult to workaround AuthenticateAsync always using old/stale value by @brockallen in #7
- Unhandled exception when OIDC Provider has no revocation-endpoint by @benfalconer in #10
- add Parameters to ClientCredentialsClient for sending 'audience' parameter by @jennings in #11
New Contributors
- @leastprivilege made their first contribution in #3
- @benfalconer made their first contribution in #10
- @jennings made their first contribution in #11
Full Changelog: https://github.com/DuendeSoftware/Duende.AccessTokenManagement/commits/1.0.0