Skip to content

Releases: damienbod/angular-auth-oidc-client

21.0.1

11 Dec 19:10
6fcacb4

Choose a tag to compare

Bugfix: Do not add code challenge if disablePkce is true

21.0.0

01 Dec 10:05
4797f57

Choose a tag to compare

Angular 21

20.0.3

02 Nov 09:23

Choose a tag to compare

  • Fix: prevent clear() from destroying all sessionStorage

20.0.2

24 Sep 11:47

Choose a tag to compare

  • Fix: update peerDependencies to Angular 20
  • Fix: Config to disable strict issuer validation upon wellknown

20.0.1

10 Sep 17:53
1f72960

Choose a tag to compare

Bug: [Bug]: AuthResult type is no longer exported since 20.0.0

#2128

20.0.0

07 Sep 07:13

Choose a tag to compare

  • Angular 20.2.3
  • Feat: Strict issuer validation on OIDC Discovery document retrieval

https://www.npmjs.com/package/angular-auth-oidc-client

19.0.2

22 Jul 07:45
87b1ad6

Choose a tag to compare

  • Fix silent refresh iframe with multiple idps

19.0.1

11 May 07:14
5304cc1

Choose a tag to compare

  • Wildcards in secure routes
  • New lint rules
  • Updated build
  • fix: prevent event listener accumulation
  • add debug log for redirectUrl check

19.0.0

04 Dec 10:32
f8bb898

Choose a tag to compare

🥳 🙌 Support Angular 19

18.0.2

12 Oct 07:51
31e5abc

Choose a tag to compare

  • Feat: log when provided configId does not exist
  • Fix: auto login guard passes correct config id
  • Feat: add guard autoLoginPartialRoutesGuardWithConfig for specific configuration
  • Fix: Rudimentary fix for popup closing too early
  • merge the well-known endpoints with the config ones
  • Bugfix: Updated URL service isCallbackFromSts