Skip to content

v3.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pamapa pamapa released this 09 Jan 09:10
· 425 commits to main since this release

oidc-client-ts 3.0.0-rc.1 is a major pre release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS).

Changelog:

  • Fixes:
    • #1316: use npm distribution tags for upcoming releases
    • #1313: handle promise in Events.raise