Releases: auth0/auth0-angular
Releases · auth0/auth0-angular
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
authorizationParams
andlogoutParams
to hold properties sent to Auth0 - Remove
buildAuthorizeUrl
andbuildLogoutUrl
- Remove
redirectMethod
, and replace byopenUrl
- Remove
localOnly
fromlogout
in favor ofopenUrl
- Ensure
logout
returns an Onservable instead of a Promise - Rework
ignoreCache
tocacheMode
and introducecache-only
- Use form-encoded data by default
- Do not fallback to refreshing tokens via iframe method by default
getUser
andgetIdTokenClaims
are removed- Remove
advancedOptions.defaultScope
and 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.
v2.0.0-beta.0
Auth0-Angular v2 includes many significant changes compared to v1:
- Remove polyfills from bundles
- Introduce
authorizationParams
andlogoutParams
to hold properties sent to Auth0 - Remove
buildAuthorizeUrl
andbuildLogoutUrl
- Remove
redirectMethod
, and replace byopenUrl
- Remove
localOnly
fromlogout
in favor ofopenUrl
- Ensure
logout
returns an Onservable instead of a Promise - Rework
ignoreCache
tocacheMode
and introducecache-only
- Use form-encoded data by default
- Do not fallback to refreshing tokens via iframe method by default
getUser
andgetIdTokenClaims
are removed- Remove
advancedOptions.defaultScope
and 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.