Skip to content

Releases: damienbod/angular-auth-oidc-client

Release 11.6.9

16 May 14:30
Compare
Choose a tag to compare
  • Support Custom Params for EndSession and RefreshTokens Renew
  • Added Auth0 example
  • Bugfix: the "use" attr on the jwks key is optional if only one key is present

Release 11.6.8

05 May 05:56
b5c1654
Compare
Choose a tag to compare
  • bugfix incorrect storage for silent renew, requires Json object

Release 11.6.7

01 May 13:10
Compare
Choose a tag to compare
  • Enable handling users closing login popup
  • Renamed all occurrences of "Persistance" to "Persistence"
  • Document public facing API
  • Exported and moved authOptions
  • Fix(randomService): fix misuse of Uint8Array
  • hooking into the zone again to avoid outside ngzone messages and throw event only when value change
  • fixed json stringify objects and storage

Release 11.6.6

18 Apr 18:25
Compare
Choose a tag to compare
  • fix: use navigateByUrl to fix url params encoding
  • Store singing keys as fallback
  • Exposing popup options

Release 11.6.5

11 Apr 14:33
Compare
Choose a tag to compare
  • Silent renew with refresh tokens - handle no connection use case
  • Added Guard CanLoad interface

Release 11.6.4

13 Mar 09:13
Compare
Choose a tag to compare
  • Improve AutoLoginGuard
  • Add support custom params during token exchange
  • Clean up user data when autoUserInfo is false => from id_token

Release 11.6.3

12 Mar 12:09
aa4853b
Compare
Choose a tag to compare
  • Inconsistent behavior of OidcSecurityService.userData$ Observable, if autoUserinfo is false
  • CheckSessionService keeps polling after logoffLocal() is invoked

Release 11.6.2

05 Mar 08:04
Compare
Choose a tag to compare
  • Bugfix: Check session does not work when autoUserinfo is set to false in code flow with PKCE
  • Bugfix: checkAuth returning null when href target="_blank"
  • Support silent renew with refresh tokens without scope offline access
  • Bugfix: Refresh response without an id token breaks mechanism

Release 11.6.1

28 Feb 06:31
b3ad53f
Compare
Choose a tag to compare
  • Added AutoLoginGuard and fixed auto login problems
  • Updated Azure AD, Azure B2C templates to prompt for select_account (problem with multiple accounts)

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