Skip to content

v3.1.1

Compare
Choose a tag to compare
@pamapa pamapa released this 17 Sep 13:20
· 32 commits to main since this release

react-oidc-context 3.1.1 is a bugfix 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:
    • #1357: memoize context value in auth-provider
    • #1225: improve README.md