Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 11.6.10
- AutoLoginGuard appears to cause some sort of infinite loop.
Release 11.6.9
Release 11.6.8
- bugfix incorrect storage for silent renew, requires Json object
Release 11.6.7
- Enable handling users closing login popup
- Renamed all occurrences of "Persistance" to "Persistence"
- Document public facing API
- Exported and moved authOptions
- Fix(randomService): fix misuse of Uint8Array
- hooking into the zone again to avoid outside ngzone messages and throw event only when value change
- fixed json stringify objects and storage
Release 11.6.6
Release 11.6.5
Release 11.6.4
Release 11.6.3
Release 11.6.2
- Bugfix: Check session does not work when autoUserinfo is set to false in code flow with PKCE
- Bugfix: checkAuth returning null when href target="_blank"
- Support silent renew with refresh tokens without scope offline access
- Bugfix: Refresh response without an id token breaks mechanism
Release 11.6.1
- Added AutoLoginGuard and fixed auto login problems
- Updated Azure AD, Azure B2C templates to prompt for select_account (problem with multiple accounts)