Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 15.0.3
fix(refreshSession): fix refreshSessionWithRefreshTokens
Release 15.0.2
- bugfix POST logout, missing parameters
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
enableIdTokenExpiredValidationInRenew
totriggerRefreshWhenIdTokenExpired
- Added
disableIdTokenValidation
parameter in config logoff()
possible now withPOST
request- 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