Releases: authts/oidc-client-ts
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
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
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
v3.0.1
oidc-client-ts 3.0.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:
v3.0.0
oidc-client-ts 3.0.0 is a major 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:
- Breaking changes:
- Fixes:
- #1010: make
response_mode
optional - #1242: session change not fired if identity token does not contain a sid claim
- #1300: explicitly throw an error when crypto.subtle is undefined
- #1292: docs(authorization-code-grant.md): update broken link
- #1316: use
npm
distribution tags for upcoming releases - #1313: handle promise in
Events.raise
- #1341:
UserManager.events().unload()
event is triggered too early onUserManager.signoutRedirect()
- #1010: make
- Features:
thanks to @43081j, @huysentruitw, @marcoreni, @Lyokolux, @MathiasRossen, @tennox and @PSanetra
v3.0.0-rc.2
oidc-client-ts 3.0.0-rc.2 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:
- Fixes:
- #1341:
UserManager.events().unload()
event is triggered too early onUserManager.signoutRedirect()
- #1341:
thanks to @PSanetra
v3.0.0-rc.1
oidc-client-ts 3.0.0-rc.1 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:
v3.0.0-rc.0
oidc-client-ts 3.0.0-rc.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:
- Fixes:
- Features:
thanks to @Lyokolux, @MathiasRossen and @tennox
v3.0.0-beta.0
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:
- Fixes:
- Features:
- #1250: improve documentation
thanks to @43081j, @huysentruitw and @marcoreni