Skip to content

v2.6.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 20:41

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)