From 62d095343249d677291dd4fb3a504746e77146b8 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 24 Jul 2023 13:34:32 +0200 Subject: [PATCH] Release v2.3.0 (#248) --- CHANGELOG.md | 9 ++ docs/classes/User.html | 42 ++++----- docs/functions/authGuard.html | 2 +- docs/functions/createAuth0.html | 2 +- docs/functions/createAuthGuard.html | 4 +- docs/functions/useAuth0.html | 2 +- docs/interfaces/AppState.html | 4 +- docs/interfaces/Auth0PluginOptions.html | 6 +- docs/interfaces/Auth0VueClient.html | 28 +++--- docs/interfaces/Auth0VueClientOptions.html | 38 ++++----- docs/interfaces/AuthGuardOptions.html | 6 +- docs/interfaces/AuthorizationParams.html | 15 ++-- docs/interfaces/GetTokenSilentlyOptions.html | 10 +-- docs/interfaces/GetTokenWithPopupOptions.html | 6 +- docs/interfaces/IdToken.html | 85 ++++++++++--------- docs/interfaces/LogoutOptions.html | 15 ++-- docs/interfaces/LogoutUrlOptions.html | 6 +- docs/interfaces/PopupConfigOptions.html | 6 +- docs/interfaces/PopupLoginOptions.html | 4 +- docs/interfaces/RedirectLoginOptions.html | 21 +++-- docs/types/CacheLocation.html | 2 +- docs/variables/AUTH0_INJECTION_KEY.html | 2 +- package-lock.json | 4 +- package.json | 2 +- src/version.ts | 2 +- 25 files changed, 174 insertions(+), 149 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c421b82a..8557d947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- Support Organization Name [\#242](https://github.com/auth0/auth0-vue/pull/242) ([frederikprijck](https://github.com/frederikprijck)) + +**Changed** +- Avoid using readonly for public exposed reactive properties [\#243](https://github.com/auth0/auth0-vue/pull/243) ([frederikprijck](https://github.com/frederikprijck)) + ## [v2.2.1](https://github.com/auth0/auth0-vue/tree/v2.2.1) (2023-07-07) [Full Changelog](https://github.com/auth0/auth0-vue/compare/v2.2.0...v2.2.1) diff --git a/docs/classes/User.html b/docs/classes/User.html index a864b279..1ccd8ca1 100644 --- a/docs/classes/User.html +++ b/docs/classes/User.html @@ -23,7 +23,7 @@

Hierarchy

Indexable

[key: string]: any
+
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:546
  • @@ -70,102 +70,102 @@

    Properties

    address?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:564
  • birthdate?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:559
  • email?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:556
  • email_verified?: boolean
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:557
  • family_name?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:549
  • gender?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:558
  • given_name?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:548
  • locale?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:561
  • middle_name?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:550
  • name?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:547
  • nickname?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:551
  • phone_number?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:562
  • phone_number_verified?: boolean
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:563
  • picture?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:554
  • preferred_username?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:552
  • profile?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:553
  • sub?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:566
  • updated_at?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:565
  • website?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:555
  • zoneinfo?: string
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:560
  • +
  • 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 node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:233
  • sessionCheckExpiryDays?: number
    @@ -205,7 +205,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:208
  • useCookiesForTransactions?: boolean
    @@ -218,7 +218,7 @@

    Notes

    You might want to enable this if you rely on your users being a

    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:203
  • useFormData?: boolean
    @@ -228,7 +228,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:227
  • useRefreshTokens?: boolean
    @@ -238,7 +238,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:141
  • useRefreshTokensFallback?: boolean
    @@ -254,7 +254,7 @@

    Example

    let
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:162
  • +
  • Defined in src/guard.ts:49
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:89
  • scope?: string
    diff --git a/docs/interfaces/GetTokenSilentlyOptions.html b/docs/interfaces/GetTokenSilentlyOptions.html index 068ac071..53687e2d 100644 --- a/docs/interfaces/GetTokenSilentlyOptions.html +++ b/docs/interfaces/GetTokenSilentlyOptions.html @@ -20,7 +20,7 @@

    Hierarchy

    • GetTokenSilentlyOptions
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:315
  • @@ -63,7 +63,7 @@
    Optional scope

    The scope that was used in the authentication request

    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:326
  • cacheMode?: "off" | "on" | "cache-only"
    @@ -73,7 +73,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:322
  • detailedResponse?: boolean
    @@ -82,7 +82,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:360
  • timeoutInSeconds?: number
    @@ -90,7 +90,7 @@
    +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:353
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:368
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:446
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:385
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:307
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:292
  • +
  • Defined in node_modules/@auth0/auth0-spa-js/dist/typings/global.d.ts:238
  • +
  • Defined in src/token.ts:16