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

    +
  • 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