Skip to content

Releases: auth0/auth0-vue

v2.3.3

11 Dec 17:19
4578628
Compare
Choose a tag to compare

Changed

v2.3.2

31 Oct 10:41
9628026
Compare
Choose a tag to compare

Fixed

v2.3.1

22 Aug 10:13
7298253
Compare
Choose a tag to compare

Fixed

v2.3.0

24 Jul 11:39
62d0953
Compare
Choose a tag to compare

Added

Changed

v2.2.1

07 Jul 12:24
f76f7b6
Compare
Choose a tag to compare

Fixed

v2.2.0

06 Apr 10:21
f1ec8bf
Compare
Choose a tag to compare

Added

v2.1.0

10 Mar 10:43
38f1433
Compare
Choose a tag to compare

Added

  • Add RedirectLoginOptions to createAuthGuard #209 (june07)

Fixed

v2.0.2

22 Feb 15:00
3057a6a
Compare
Choose a tag to compare

Fixed

v2.0.1

31 Jan 15:59
3fbead6
Compare
Choose a tag to compare

Fixed

v2.0.0

19 Jan 13:06
8081358
Compare
Choose a tag to compare

Auth0-Vue 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
  • 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
  • Remove advancedOptions.defaultScope and replace with scope

As with any major version bump, v2 of Auth0-Vue contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.