New
v3.1.0
react-oidc-context 3.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:
- Features:
- #1119 add sign-out callback support
- #1119 add SSR unit-test
- #1119 update to required node 18.x in CI
- #1121 avoid unit-test warnings about move function into
act()