@auth0/auth0-react
Advanced tools
Changelog
v1.12.1 (2023-01-12)
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.
Changelog
v2.0.0-beta.0 (2022-12-12)
Auth0-React v2 includes many significant changes compared to v1:
authorizationParams
and logoutParams
for properties sent to Auth0buildAuthorizeUrl
and buildLogoutUrl
redirectMethod
on loginWithRedirect
in favour of openUrl
localOnly
from logout
in favour of openUrl
ignoreCache
to cacheMode
and introduction of cache-only
application/x-www-form-urlencoded
by defaultadvancedOptions.defaultScope
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.
Changelog
v1.11.0 (2022-09-13)
Added
Changelog
v1.10.1 (2022-04-28)
Fixed
Changelog
v1.10.0 (2022-04-19)
Added
Fixed
Changelog
v1.9.0 (2022-01-14)
Added
Fixed