Skip to content

v3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pamapa pamapa released this 17 Nov 13:10
· 506 commits to main since this release

oidc-client-ts 3.0.0-beta.0 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:

  • Breaking changes:
    • #275: use native web crypto instead of crypto-js package
    • #1232: improve merge claims behavior
    • #930: drop deprecated settings
    • #1230: update jwt-decode
    • #1231: require node >=18
  • Fixes:
    • #1010: make response mode optional
    • #1242: session change not fired if identity token does not contain a sid claim
  • Features:
    • #1250: improve documentation

thanks to @43081j, @huysentruitw and @marcoreni