auth0-angular

Auth0 SDK for Angular Single Page Applications

MIT License

Downloads
270.7K
Stars
176
Committers
24

Bot releases are hidden (Show)

auth0-angular - v2.2.1

Published by auth0-oss about 1 year ago

Fixed

auth0-angular - v2.2.0

Published by auth0-oss over 1 year ago

Added

auth0-angular - v2.1.0

Published by auth0-oss over 1 year ago

Added

Fixed

auth0-angular - v2.0.2

Published by auth0-oss over 1 year ago

Fixed

auth0-angular - v2.0.1

Published by auth0-oss over 1 year ago

Fixed

auth0-angular - v2.0.0

Published by auth0-oss over 1 year ago

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.

auth0-angular - v2.0.0-beta.0

Published by auth0-oss almost 2 years ago

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.

auth0-angular - v1.11.1

Published by auth0-oss almost 2 years ago

Changed

auth0-angular - v1.11.0

Published by auth0-oss about 2 years ago

Changed

auth0-angular - v1.10.1

Published by auth0-oss about 2 years ago

Fixed

auth0-angular - v1.10.0

Published by auth0-oss over 2 years ago

Added

Changed

auth0-angular - v1.9.0

Published by auth0-oss over 2 years ago

Added

auth0-angular - v1.8.2

Published by auth0-oss almost 3 years ago

Fixed

auth0-angular - v1.8.1

Published by auth0-oss almost 3 years ago

Changed

Fixed

auth0-angular - v1.8.0

Published by auth0-oss almost 3 years ago

Added

auth0-angular - v1.7.0

Published by auth0-oss about 3 years ago

Added

auth0-angular - v1.6.2

Published by auth0-oss about 3 years ago

Fixed

auth0-angular - v1.6.1

Published by auth0-oss about 3 years ago

Fixed

auth0-angular - v1.6.0

Published by frederikprijck over 3 years ago

Added

Fixed

  • [SDK-2635] Avoid emitting error when calling endpoints using allowAnonymous #180 (frederikprijck)
auth0-angular - v1.5.1

Published by frederikprijck over 3 years ago

Changed