v3.1.0-rc.1
Pre-release
Pre-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:
thanks to @dbfr3qs