auth0-angular
Advanced tools
Changelog
v2.0.0 (2023-01-19)
Auth0-Angular v2 includes many significant changes compared to v1:
authorizationParams
and logoutParams
to hold properties sent to Auth0buildAuthorizeUrl
and buildLogoutUrl
redirectMethod
, and replace by openUrl
localOnly
from logout
in favor of openUrl
logout
returns an Onservable instead of a PromiseignoreCache
to cacheMode
and introduce cache-only
getUser
and getIdTokenClaims
are removedadvancedOptions.defaultScope
and replace with scope
As with any major version bump, v2 of Auth0-Angular 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.1.0 (2020-10-14)
Added
Changelog
v1.0.0 (2020-09-16)
Added
Changed
Removed
Fixed