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