Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
Release 3.0.8
- bug fix, rxjs imports
- using lettable operators rxjs
- bug fix, check session
Release 3.0.2
- fix: adding additional URL parameters to the authorize request in IE, Edge
- documentation HTTPClient intercept
Release 3.0.1
- Update to HttpClient
- Removing forChild function, not used
- Renaming startup_route to post_login_route
- setting better default values for the configuration
- Documentation fixes
Release 1.3.19
Fix rxjs imports
Add optional hd parameter for Google Auth with particular G Suite domain, see https://developers.google.com/identity/protocols/OpenIDConnect#hd-param
fix: local_state is always null because is not being set
fix: change for emtpy header in id_token, improved logging
Release 1.3.18
fix: Local Storage session_state undefined parse error
Release 1.3.17
fix: silent renew fix after refresh
Release 1.3.15
fix: if auto_userinfo is false, we still need to execute runTokenValidatation
Release 1.3.14
Add silent_renew_offset_in_seconds option
Release 1.3.13
Add option to trigger event on authorization resolution instead of automatic redirect
Release 1.3.12
Throws Exception when the library is used in an application inside a iframe (cross domain)