Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@pamapa pamapa released this 08 Feb 07:37
· 254 commits to main since this release

oidc-client-ts 3.0.1 is a bug fix release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1379: userManager.signoutRedirect not working (by reverting #1342)