Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 15.0.1
Release 15.0.0
- Support refresh tokens without returning an id_token in the refresh
- run silent renew using only the access token
- id_token only has to be valid on the first authentication
- add support to disable id_token validation completely, not recommended
- Renamed
enableIdTokenExpiredValidationInRenewtotriggerRefreshWhenIdTokenExpired - Added
disableIdTokenValidationparameter in config logoff()possible now withPOSTrequest- removed deprecated
isLoading$property
Docs:
https://angular-auth-oidc-client.com/docs/documentation/silent-renew
https://angular-auth-oidc-client.com/docs/documentation/configuration
Release 14.1.5
Release 14.1.4
Release 14.1.3
Release 14.1.2
Release 14.1.1
User data bugfix
Release 14.1.0
Support Angular 14
Release 14.0.2
- Disable id_token time validation
Release 14.0.1
- Fix regression in the check session service