Auth0 React Versions Save

Auth0 SDK for React Single Page Applications (SPA)

v2.2.4

5 months ago

Changed

v2.2.3

6 months ago

Fixed

v2.2.2

6 months ago

Fixed

Changed

v2.2.1

8 months ago

Fixed

v2.2.0

10 months ago

Added

Fixed

v2.1.1

11 months ago

Changed

v2.1.0

1 year ago

Added

  • Adding onBeforeAuthentication to the withAuthenticationRequired HOC #534 (stephenkelzer)

v2.0.2

1 year ago

Fixed

  • Remove useUnknownInCatchVariables to be compliant with TS ^4.4 #511 (cemercier)

v2.0.1

1 year ago

Fixed

v2.0.0

1 year ago

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 in favour of openUrl
  • 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.