Skip to content

v3.1.0

Compare
Choose a tag to compare
@pamapa pamapa released this 16 Apr 07:00
· 156 commits to main since this release

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()