Skip to content

Releases: auth0/auth0-angular

v2.4.0

23 Dec 07:20
684dcf7

Choose a tag to compare

Added

v2.3.0

11 Sep 03:13
8e270c0

Choose a tag to compare

Added

v2.2.3

10 Sep 13:17
ebe4a8c

Choose a tag to compare

Changed

v2.2.2

12 Dec 09:29
f0dc440

Choose a tag to compare

Changed

v2.2.1

24 Jul 08:12
49d1ccd

Choose a tag to compare

Fixed

v2.2.0

13 Jul 09:46
dafd116

Choose a tag to compare

Added

v2.1.0

03 Apr 13:42
404b951

Choose a tag to compare

Added

Fixed

v2.0.2

10 Mar 10:42
8cf3e0b

Choose a tag to compare

Fixed

v2.0.1

25 Jan 15:08
ef69dc5

Choose a tag to compare

Fixed

v2.0.0

19 Jan 13:08
182a266

Choose a tag to compare

Auth0-Angular v2 includes many significant changes compared to v1:

  • Remove polyfills from bundles
  • Introduce authorizationParams and logoutParams to hold properties sent to Auth0
  • Remove buildAuthorizeUrl and buildLogoutUrl
  • Remove redirectMethod, and replace by openUrl
  • Remove localOnly from logout in favor of openUrl
  • Ensure logout returns an Onservable instead of a Promise
  • Rework ignoreCache to cacheMode and introduce cache-only
  • Use form-encoded data by default
  • Do not fallback to refreshing tokens via iframe method by default
  • getUser and getIdTokenClaims are removed
  • Remove advancedOptions.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.