Skip to content

Releases: jnt0r/vue-auth0-plugin

v2.6.2-beta.1

07 Apr 18:24
Compare
Choose a tag to compare
v2.6.2-beta.1 Pre-release
Pre-release

2.6.2-beta.1 (2022-04-07)

Bug Fixes

  • error-handling: Provide auth0 errors in error property (cb693d1)
  • error-handling: reset error property before loginWithPopup (7ce0106)
  • login: Remove query parameters and route after login (43080c9)

Documentation

  • error-handling: Auth0 errors are provided in error property (83bd838)

Deprecations

  • handleRedirectCallback: The method handleRedirectCallback should not be called directly. (58b2b28)

v2.6.1

07 Apr 17:53
Compare
Choose a tag to compare

2.6.1 (2022-04-07)

Dependencies

  • bump @auth0/auth0-spa-js from 1.20.1 to 1.21.0 (#433) (ed14086)

v2.6.0-beta.2

03 Apr 20:41
Compare
Choose a tag to compare
v2.6.0-beta.2 Pre-release
Pre-release

2.6.0-beta.2 (2022-04-03)

Features

  • AuthenticationGuard: Added AuthenticationGuardWithoutLoginRedirect (40e576f)
  • AuthenticationState: Added getAuthenticatedAsPromise to AuthenticationState to asynchronously get authenticated property (6e18839)

Bug Fixes

  • deps: bump @auth0/auth0-spa-js from 1.19.4 to 1.20.0 (#378) (26c5997)
  • error-handling: Provide auth0 errors in error property (e675be2)
  • error-handling: reset error property before loginWithPopup (a93e5a7)
  • login: Remove query parameters and route after login (e6cf6b7)

Reverts

Dependencies

  • bump @auth0/auth0-spa-js from 1.20.0 to 1.20.1 (#402) (e80d52e)

Documentation

  • AuthenticationState: Added documentation for getAuthenticatedAsPromise (fbaf2cf)
  • error-handling: Auth0 errors are provided in error property (5a1c390)

Deprecations

  • handleRedirectCallback: The method handleRedirectCallback should not be called directly. (19b9051)

v2.6.0

15 Mar 16:10
Compare
Choose a tag to compare

2.6.0 (2022-03-15)

Features

  • AuthenticationGuard: Added AuthenticationGuardWithoutLoginRedirect (7c88142)
  • AuthenticationState: Added getAuthenticatedAsPromise to AuthenticationState to asynchronously get authenticated property (5725577)

Documentation

  • AuthenticationState: Added documentation for getAuthenticatedAsPromise (5f3c52f)

v2.5.1

15 Feb 13:18
3b74ee5
Compare
Choose a tag to compare

2.5.1 (2022-02-15)

Bug Fixes

  • deps: bump @auth0/auth0-spa-js from 1.19.4 to 1.20.0 (#378) (3b74ee5)

v2.6.0-beta.1

14 Feb 17:30
ad5361d
Compare
Choose a tag to compare
v2.6.0-beta.1 Pre-release
Pre-release

2.6.0-beta.1 (2022-02-14)

Features

  • AuthenticationGuard: Added AuthenticationGuardWithoutLoginRedirect (f814f03)
  • AuthenticationState: Added getAuthenticatedAsPromise to AuthenticationState to asynchronously get authenticated property (ec11e6a)

Documentation

  • AuthenticationState: Added documentation for getAuthenticatedAsPromise (d0dc9ac)

v2.5.0

02 Feb 17:32
bbd07b6
Compare
Choose a tag to compare

2.5.0 (2022-02-02)

Features

  • added injectAuth function for easy injection of Auth0 (#357) (bbd07b6)

v2.4.4

17 Jan 13:24
b0d20ff
Compare
Choose a tag to compare

2.4.4 (2022-01-17)

Bug Fixes

  • deps: bump @auth0/auth0-spa-js from 1.19.3 to 1.19.4 (#340) (b0d20ff)

Documentation

v2.4.3

01 Dec 17:22
Compare
Choose a tag to compare

2.4.3 (2021-12-01)

Bug Fixes

  • Changed getIdTokenClaims return type based on a change in auth0-spa-js (1f71ec3)
  • deps: bump @auth0/auth0-spa-js from 1.19.2 to 1.19.3 (32fc90f)

v2.4.2

03 Nov 16:25
36025a5
Compare
Choose a tag to compare

2.4.2 (2021-11-03)

Bug Fixes

  • login: Fixed authentication state when login popup is closed without authenticating (#255) (36025a5)