Skip to content

Releases: damienbod/angular-auth-oidc-client

Release 11.4.3

23 Jan 07:13
bc27485
Compare
Choose a tag to compare
  • 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

10 Jan 17:33
Compare
Choose a tag to compare
  • Added checksession null checks

Release 11.4.1

10 Jan 14:52
Compare
Choose a tag to compare
  • 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

04 Jan 22:07
23ed172
Compare
Choose a tag to compare
  • Adding schematics
  • Provided interceptor out of the lib

Release 11.3.0

26 Dec 09:36
Compare
Choose a tag to compare
  • Update to Angular 11, fix tslib warnings
  • Use window object safely by injecting document

Release 11.2.4

05 Dec 15:30
Compare
Choose a tag to compare
  • Do not clear session state when refreshing session with refresh tokens

Release 11.2.3

20 Nov 13:04
304a423
Compare
Choose a tag to compare
  • Added config tokenRefreshInSeconds which controls the time interval to run the startTokenValidationPeriodically

Release 11.2.2

13 Nov 12:14
Compare
Choose a tag to compare
  • Multiple tabs don't receive any event when session state becomes blank
  • Fixed issue with browser history on silent renew redirect to IS
  • UTC time fix
  • Small fixes of docs and naming

Release 11.2.1

24 Oct 08:46
Compare
Choose a tag to compare
  • renewUserInfoAfterTokenRenew to OpenIdConfiguration
  • Remove items from local storage instead of writing empty string values

Release 11.1.4

06 Jul 04:52
31f067e
Compare
Choose a tag to compare
  • checkAuthIncludingServer cannot complete without credentials
  • QueryParams are getting lost when doing a silent renew
  • Token endpoint errors not reported correctly