Skip to content

Releases: auth0/auth0-angular

v2.2.3

16 Jan 16:27
Compare
Choose a tag to compare

Changed

v2.2.2

12 Dec 09:29
f0dc440
Compare
Choose a tag to compare

Changed

v2.2.1

24 Jul 08:12
49d1ccd
Compare
Choose a tag to compare

Fixed

v2.2.0

13 Jul 09:46
dafd116
Compare
Choose a tag to compare

Added

v2.1.0

03 Apr 13:42
404b951
Compare
Choose a tag to compare

Added

Fixed

v2.0.2

10 Mar 10:42
8cf3e0b
Compare
Choose a tag to compare

Fixed

v2.0.1

25 Jan 15:08
ef69dc5
Compare
Choose a tag to compare

Fixed

v2.0.0

19 Jan 13:08
182a266
Compare
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.

v2.0.0-beta.0

13 Dec 09:12
f36870d
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

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.

v1.11.1

17 Nov 13:56
8f046fc
Compare
Choose a tag to compare

Changed