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.