New
v3.3.0
react-oidc-context 3.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:
- Fixes:
- #1427: use
React.JSXinstead of the globalJSXnamespace - #1433: update required
Reactversion from 16.8.0 to 16.14.0 due toJSXtransform
- #1427: use
- Features:
- #1476: add
useAutoSigninhook - #1530: extend
Errorto give more context which action caused the actual error
- #1476: add
thanks to @aBytex and @blaubaer