Skip to content

Releases: auth0/auth0-react

v2.2.4

11 Dec 16:47
632b3b0
Compare
Choose a tag to compare

Changed

v2.2.3

02 Nov 09:49
3ac927e
Compare
Choose a tag to compare

Fixed

v2.2.2

31 Oct 10:45
d346dd9
Compare
Choose a tag to compare

Fixed

Changed

v2.2.1

22 Aug 10:16
c55b558
Compare
Choose a tag to compare

Fixed

v2.2.0

13 Jul 09:44
5cf61be
Compare
Choose a tag to compare

Added

Fixed

v2.1.1

14 Jun 22:01
bcfd219
Compare
Choose a tag to compare

Changed

v2.1.0

05 May 15:31
144580f
Compare
Choose a tag to compare

Added

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

v2.0.2

26 Apr 10:26
e69387d
Compare
Choose a tag to compare

Fixed

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

v2.0.1

22 Feb 15:16
8ea61ce
Compare
Choose a tag to compare

Fixed

v2.0.0

19 Jan 13:54
e18247f
Compare
Choose a tag to compare

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.