Releases: jnt0r/vue-auth0-plugin
Releases · jnt0r/vue-auth0-plugin
v2.6.2-beta.1
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
v2.6.0-beta.2
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
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
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
v2.6.0-beta.1
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)