diff --git a/CHANGELOG.md b/CHANGELOG.md index 8557d947..e4e2cc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.3.1](https://github.com/auth0/auth0-vue/tree/v2.3.1) (2023-08-22) +[Full Changelog](https://github.com/auth0/auth0-vue/compare/v2.3.0...v2.3.1) + +**Fixed** +- bump auth0-spa-js to latest version [\#253](https://github.com/auth0/auth0-vue/pull/253) ([frederikprijck](https://github.com/frederikprijck)) + ## [v2.3.0](https://github.com/auth0/auth0-vue/tree/v2.3.0) (2023-07-24) [Full Changelog](https://github.com/auth0/auth0-vue/compare/v2.2.1...v2.3.0) diff --git a/docs/functions/authGuard.html b/docs/functions/authGuard.html index 24e45ad5..e6678c46 100644 --- a/docs/functions/authGuard.html +++ b/docs/functions/authGuard.html @@ -26,7 +26,7 @@

Parameters

to: RouteLocation

Returns Promise<boolean>

+
  • Defined in src/guard.ts:86
  • +
  • Defined in src/index.ts:28
  • Returns Promise<boolean>

    +
  • Defined in src/guard.ts:64
  • +
  • Defined in src/index.ts:40
  • +
  • Defined in src/interfaces/app-state.ts:7
  • +
  • Defined in src/interfaces/auth0-plugin-options.ts:23
  • Returns Promise<void>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:112
  • Returns Promise<GetTokenSilentlyVerboseResponse>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:119
  • Fetches a new access token and returns it.

    @@ -131,7 +131,7 @@

    Parameters

    Optional options: GetTokenSilentlyOptions
  • Returns Promise<string>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:128
  • Returns Promise<undefined | string>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:142
  • Returns Promise<RedirectLoginResult<AppState>>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:95
  • Returns Promise<void>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:68
  • Returns Promise<void>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:84
  • Returns Promise<void>

    +
  • Defined in src/interfaces/auth0-vue-client.ts:165
  • +
  • Defined in src/guard.ts:49
  • +
  • Defined in src/token.ts:16