Skip to content

Releases: auth0/auth0-react

v1.12.1

12 Jan 17:14
Compare
Choose a tag to compare

Security

This patch release is identical to 1.12.0 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used by @auth0/auth0-spa-js.

Even though 1.22.5 of @auth0/auth0-spa-js was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency of @auth0/auth0-spa-js, we are cutting a release to ensure build tools no longer report our SDK's that use @auth0/auth0-spa-js as vulnerable to the mentioned CVE.

v2.0.0-beta.0

13 Dec 09:36
4f90251
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Description

Auth0-React v2 includes many significant changes compared to v1:

  • Removal of polyfills from bundles
  • Introduction of authorizationParams and logoutParams for properties sent to Auth0
  • Removal of buildAuthorizeUrl and buildLogoutUrl
  • Removal of redirectMethod on loginWithRedirect in favour of openUrl
  • Removal of localOnly from logout
  • Renaming of ignoreCache to cacheMode and introduction of cache-only
  • Use application/x-www-form-urlencoded by default
  • Do not fallback to refreshing tokens via iframe by default
  • Changes to default scopes and removal of advancedOptions.defaultScope
  • Removal of claimCheck on withAuthenticationRequired

As with any major version bump, v2 of Auth0-React contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

v1.12.0

12 Oct 10:46
37191a3
Compare
Choose a tag to compare

Added

v1.11.0

13 Sep 10:19
9b191d0
Compare
Choose a tag to compare

Added

v1.10.2

22 Jun 14:49
a2596fd
Compare
Choose a tag to compare

Fixed

v1.10.1

28 Apr 16:29
959412f
Compare
Choose a tag to compare

Fixed

  • Make sure handleRedirectCallback is only called once in StrictMode React 18 #355 (adamjmcgrath)

v1.10.0

19 Apr 12:15
ba605cc
Compare
Choose a tag to compare

Added

Fixed

v1.9.0

14 Jan 14:25
70743cb
Compare
Choose a tag to compare

Added

Fixed

v1.8.0

20 Sep 14:10
349acf8
Compare
Choose a tag to compare

Added

v1.7.0

06 Sep 16:56
fe7fcb7
Compare
Choose a tag to compare

Added