oidc-client-ts v3.1.0 is a minor 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:
- Features:
- #1672: make
signoutCallback
return signout response if request_type is so:r - #1626: add
popupSignal
property tosigninPopup
andsignoutPop
- #1580: add dpop docs
- #1569: add dpop nonce support
- #1457: add extra headers
- #1461: add demonstrating proof of possession
- #1430: add global
requestTimeoutInSeconds
setting - #1405: allow using default scopes from authorization server
- #1672: make
thanks to @klues, @smujmaiku, @mftruso, @peetck, @dbfr3qs, @mottykohn, @noshiro-pf, @dbfr3qs, @grjan7 and @natergj