Releases: authts/oidc-client-ts
v3.4.1
oidc-client-ts v3.4.1 is a bugfix 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:
- #2259 forward
popupAbortOnClosetoPopupNavigator.prepare
- #2259 forward
thanks to @watabean
v3.4.0
oidc-client-ts v3.4.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:
- Features:
- Fixes;
- #2147 wait until the page is shown again to resolve in
RedirectNavigator
- #2147 wait until the page is shown again to resolve in
thanks to @Hyperkid123, @Nick-Source, @Skizu and @smujmaiku
v3.3.0
oidc-client-ts v3.3.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:
- Features:
- #1924 use BroadcastChannel if no window.opener
thanks to @jcphill
v3.3.0-rc.0
oidc-client-ts v3.3.0-rc.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:
- Features:
- #1924 use BroadcastChannel if no window.opener
thanks to @jcphill
v3.2.1
oidc-client-ts v3.2.1 is a bugfix 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:
thanks to @sebastienlabine, @darkbasic and @sularome
v3.2.0
oidc-client-ts v3.2.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:
thanks to @ZephireNZ, @ntamotsu, @jgarplind, @waldemarennsaed and @richjyoung
v3.1.0
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
signoutCallbackreturn signout response if request_type is so:r - #1626: add
popupSignalproperty tosigninPopupandsignoutPop - #1580: add dpop docs
- #1569: add dpop nonce support
- #1457: add extra headers
- #1461: add demonstrating proof of possession
- #1430: add global
requestTimeoutInSecondssetting - #1405: allow using default scopes from authorization server
- #1672: make
thanks to @klues, @smujmaiku, @mftruso, @peetck, @dbfr3qs, @mottykohn, @noshiro-pf, @dbfr3qs, @grjan7 and @natergj
v2.4.1
v3.1.0-rc.1
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
v3.1.0-rc.0
oidc-client-ts v3.1.0-rc.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:
thanks to @mottykohn, @noshiro-pf, @dbfr3qs, @grjan7 and @natergj