Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@pamapa pamapa released this 04 Oct 15:11
· 10 commits to main since this release

react-oidc-context 3.2.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:
    • #1256: void is not valid as a constituent in a union
  • Features:
    • #1377: pass signoutCallback reponse to onSignoutCallback