Releases: auth0/auth0-react
Releases · auth0/auth0-react
v2.2.4
Changed
- Update Auth0-SPA-JS to latest version #690 (frederikprijck)
v2.2.3
Fixed
- Revert "Make OAuthError extend GenericError" #646 (frederikprijck)
v2.2.2
Fixed
- Export all errors from SPA-JS #637 (frederikprijck)
Changed
- Make OAuthError extend GenericError #638 (frederikprijck)
v2.2.1
v2.2.0
Added
- Support Organization Name #552 (frederikprijck)
Fixed
- Fix incorrect logout jsdocx example #551 (frederikprijck)
- Fix inconsistent logout function types #548 (frederikprijck)
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Description
Auth0-React v2 includes many significant changes compared to v1:
- Removal of polyfills from bundles
- Introduction of
authorizationParams
andlogoutParams
for properties sent to Auth0 - Removal of
buildAuthorizeUrl
andbuildLogoutUrl
- Removal of
redirectMethod
onloginWithRedirect
in favour ofopenUrl
- Removal of
localOnly
fromlogout
in favour ofopenUrl
- Renaming of
ignoreCache
tocacheMode
and introduction ofcache-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
onwithAuthenticationRequired
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.