Skip to content

Releases: damienbod/angular-auth-oidc-client

Release 11.6.0

24 Feb 12:23
Compare
Choose a tag to compare
  • 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

15 Feb 19:25
Compare
Choose a tag to compare
  • ApplicationRef.isStable is always false when using this package

Release 11.5.0

07 Feb 15:38
Compare
Choose a tag to compare
  • Added support for authentication using a popup
  • Added popup sample
  • Added Title to Silent Renew IFrame

Release 11.4.5

02 Feb 16:58
Compare
Choose a tag to compare

Added Auth0 template using schematics

Release 11.4.4

02 Feb 09:35
da7f6c8
Compare
Choose a tag to compare
  • 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

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