Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 11.6.0
- Added support for OAuth Pushed authorisation requests (PAR)
- Added Pushed authorisation requests (PAR) example
- Added OAuth Pushed authorisation requests (PAR) template using schematics
- unsubscribe receivedUrl$ prevents multiple "/token" request
Release 11.5.1
- ApplicationRef.isStable is always false when using this package
Release 11.5.0
- Added support for authentication using a popup
- Added popup sample
- Added Title to Silent Renew IFrame
Release 11.4.5
Added Auth0 template using schematics
Release 11.4.4
- Support aud arrays which are not ordered in id_token validation of refresh token process
- Fixed Bug were Dynamic Custom Request Parameters are forgotten after first login or forceRefreshSession when doing a silent renew/refresh
- Added Auth0 template using schematics
Release 11.4.3
- Added ability to use Custom Parameters when calling ForceRefreshSession
- Missing RefreshToken causes erroneous token request
- Bug. App fully hang during silent renew
Release 11.4.2
- Added checksession null checks
Release 11.4.1
- Added event to throw when config could not be loaded
- Check session fails if sts server has a different origin than the check_session_iframe
- Fix http config example and templates for HTTP config load
Release 11.4.0
- Adding schematics
- Provided interceptor out of the lib
Release 11.3.0
- Update to Angular 11, fix tslib warnings
- Use window object safely by injecting document