Releases: Hawxy/Auth0Net.DependencyInjection
Releases · Hawxy/Auth0Net.DependencyInjection
v1.3.0
- Fixed an issue that would result in tokens not being renewed.
- Updated service registrations to prefer
IAuthenticationApiClient
.
- Added additional trace logging around the token cache.
- Added sourcelink
v1.2.0
- Increased default token expiry buffer from 5 minutes to 30 minutes to better account for clock drift.
- Added configuration option so expiry buffer can be customized.
v1.1.0
- Fix naming of URL utility before anyone actually uses it :)
- Minor documentation fixes