Angular Auth Oidc Client Versions Save

npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow

release_13_0_0

2 years ago

Support for Angular 13

release_12_0_3

2 years ago
  • docs(guards): use UrlTree for redirect, clean up
  • fixing storage mechanism
  • Additional logging when a nonce is created and validated

release_12_0_2

2 years ago
  • Added fix overwriting prompt param
  • Unclear error message when providing improper config to module
  • added multiple configs documentation
  • Expose PopupService and PopupOptions as public
  • Support end session for Auth0 (non conform OIDC endpoint)

release_12_0_1

2 years ago

Fix #1168 userInfoEndpoint Typo

release_12_0_0

2 years ago

release_11_6_11

2 years ago
  • Silent renew does not always start

release_11_6_10

3 years ago
  • AutoLoginGuard appears to cause some sort of infinite loop.

release_11_6_9

3 years ago
  • 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

3 years ago
  • bugfix incorrect storage for silent renew, requires Json object

release_11_6_7

3 years ago
  • 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