Releases: auth0/auth0-angular
Releases · auth0/auth0-angular
v2.4.0
Added
- feat: add DPoP support with fetcher API #732 (yogeshchoudhary147)
v2.3.0
Added
- Update Angular to Angular 18 #675 (frederikprijck)
- Incorporate observable of loginWithRedirect in observable returned by AuthGuard #660 (Mobe91)
- Add Skip the Auth0 login page to FAQ #661 (frederikprijck)
v2.2.3
Changed
- Export AbstractNavigator #564 (frederikprijck)
v2.2.2
Changed
- Update Auth0-SPA-JS #546 (frederikprijck)
v2.2.1
v2.2.0
v2.1.0
v2.0.2
Fixed
- Correctly expose Error types from Auth0-SPA-JS #436 (frederikprijck)
- Ensure allowAnonymous works with missing_refresh_token #430 (frederikprijck)
v2.0.1
v2.0.0
Auth0-Angular v2 includes many significant changes compared to v1:
- Remove polyfills from bundles
- Introduce
authorizationParamsandlogoutParamsto hold properties sent to Auth0 - Remove
buildAuthorizeUrlandbuildLogoutUrl - Remove
redirectMethod, and replace byopenUrl - Remove
localOnlyfromlogoutin favor ofopenUrl - Ensure
logoutreturns an Onservable instead of a Promise - Rework
ignoreCachetocacheModeand introducecache-only - Use form-encoded data by default
- Do not fallback to refreshing tokens via iframe method by default
getUserandgetIdTokenClaimsare removed- Remove
advancedOptions.defaultScopeand replace withscope
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.