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
andlogoutParams
for properties sent to Auth0 - Removal of
buildAuthorizeUrl
andbuildLogoutUrl
- Removal of
redirectMethod
onloginWithRedirect
in favour ofopenUrl
- Removal of
localOnly
fromlogout
- 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.
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