Skip to content

v3.0.0

Compare
Choose a tag to compare
@pamapa pamapa released this 30 Jan 12:19
· 283 commits to main since this release

react-oidc-context 3.0.0 is a major 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:

  • Breaking changes:
    • #704: depend on oidc-client-ts v3.x (requires node >=18)
    • #527: drop deprecated code
  • Fixes
    • #528: AuthProviderUserManagerProps must not contain anything from UserManagerSettings
    • #1070: use npm distribution tags for upcoming releases
    • #1063: remove now useless useCallback on signoutSilent
    • #1051: fix typo in automatic sign-in section of README.md
    • #1087: handle USER_SIGNED_OUT (session monitoring event) event the same like USER_UNLOADED
  • Features:
    • #1060: add withAuthenticationRequired
    • #1061: insert yarn installation step inside README.md

thanks to @trollepierre, @DennerAC and @PSanetra