Skip to content

Releases: damienbod/angular-auth-oidc-client

Release 3.0.8

10 Dec 22:26
Compare
Choose a tag to compare
  • bug fix, rxjs imports
  • using lettable operators rxjs
  • bug fix, check session

Release 3.0.2

26 Oct 07:19
Compare
Choose a tag to compare
  • fix: adding additional URL parameters to the authorize request in IE, Edge
  • documentation HTTPClient intercept

Release 3.0.1

21 Oct 06:17
Compare
Choose a tag to compare
  • 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

14 Oct 20:46
Compare
Choose a tag to compare

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

05 Oct 18:23
Compare
Choose a tag to compare

fix: Local Storage session_state undefined parse error

Release 1.3.17

03 Oct 13:14
Compare
Choose a tag to compare

fix: silent renew fix after refresh

Release 1.3.15

06 Sep 21:09
Compare
Choose a tag to compare

fix: if auto_userinfo is false, we still need to execute runTokenValidatation

Release 1.3.14

03 Sep 05:47
Compare
Choose a tag to compare

Add silent_renew_offset_in_seconds option

Release 1.3.13

01 Sep 08:17
Compare
Choose a tag to compare

Add option to trigger event on authorization resolution instead of automatic redirect

Release 1.3.12

27 Aug 07:41
Compare
Choose a tag to compare

Throws Exception when the library is used in an application inside a iframe (cross domain)