Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 7.0.2
authorizedCallback should wait until the module is setup before running.
Release 7.0.1
Check session will now be stopped when the user is logged out
Release 7.0.0
- Adding validation state result info to authorization event result
- bug fixes in check session
Breaking changes:
@output() onAuthorizationResult: EventEmitter
Release 6.0.12
- Refactoring getIsAuthorized()
- A blank
session_state
in the check session heartbeat should emit a … - Fixing inability to turn off silent_renew and adding safety timeout
- check for valid tokens on start up
Release 6.0.11
silent_renew inconsistent with executio
Release 6.0.10
Handle callback params that contain equals char
Release 6.0.9
Removing fetch
Buffer bug fix
Release 6.0.7
reversing changing from 6.0.7 due to Buffer bug
Release 6.0.7
Removing the fetch package, using the httpClient now instead
Release 6.0.6
- Add unique ending to key to prevent storage crossover
- Public resetAuthorizationData method and getEndSessionUrl function
- wso2 Identity Server audience validation failed support