Skip to content

v3.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pamapa pamapa released this 18 Jul 12:16
· 123 commits to main since this release

oidc-client-ts v3.1.0-rc.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:
    • #1589: fix compiler error for target=ES2022
  • Features:
    • #1580: add dpop docs
    • #1569: add dpop nonce support

thanks to @dbfr3qs