diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d73fc50..f86743091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,31 @@ # Change Log +## [v1.22.3](https://github.com/auth0/auth0-spa-js/tree/v1.22.3) (2022-08-25) + +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.2...v1.22.3) + +**Changed** + +- feat(ClientStorage#remove):added support of cookieDomain [\#935](https://github.com/auth0/auth0-spa-js/pull/935) ([Dannnir](https://github.com/Dannnir)) + +**Fixed** + +- Pin es-cookie to patch versions only [\#965](https://github.com/auth0/auth0-spa-js/pull/965) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.22.2](https://github.com/auth0/auth0-spa-js/tree/v1.22.2) (2022-07-19) + [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.1...v1.22.2) **Changed** + - Avoid sending unnecessary request parameters [\#920](https://github.com/auth0/auth0-spa-js/pull/920) ([frederikprijck](https://github.com/frederikprijck)) ## [v1.22.1](https://github.com/auth0/auth0-spa-js/tree/v1.22.1) (2022-06-14) + [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.0...v1.22.1) **Changed** + - Stronger typing for screen_hint property [\#912](https://github.com/auth0/auth0-spa-js/pull/912) ([iAmWillShepherd](https://github.com/iAmWillShepherd)) - Add env to auth0Client userAgent [\#913](https://github.com/auth0/auth0-spa-js/pull/913) ([frederikprijck](https://github.com/frederikprijck)) diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index f0782aa11..20d2980b5 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2834,7 +2834,7 @@
buildLogoutUrl
checkSession
getIdTokenClaims
getTokenSilently
Returns Promise
@@ -3115,7 +3115,7 @@
@@ -3153,7 +3153,7 @@
@@ -3198,7 +3198,7 @@
@@ -3235,7 +3235,7 @@
@@ -3260,7 +3260,7 @@
@@ -3307,7 +3307,7 @@
@@ -3347,7 +3347,7 @@
diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html
index cfe3c3f84..24ab10fef 100644
--- a/docs/classes/authenticationerror.html
+++ b/docs/classes/authenticationerror.html
@@ -2821,7 +2821,7 @@ appState: any
@@ -2863,7 +2863,7 @@ state: string
@@ -2935,7 +2935,7 @@
audience: string
@@ -2838,7 +2838,7 @@ client_id: string
@@ -2848,7 +2848,7 @@ prefix: string
@@ -2858,7 +2858,7 @@ scope: string
@@ -2875,7 +2875,7 @@
@@ -2898,7 +2898,7 @@
getTokenWithPopup
getUser
handleRedirectCallback
isAuthenticated
loginWithPopup
loginWithRedirect
logout
constructor
Parameters
@@ -2852,7 +2852,7 @@appState
error
@@ -2874,7 +2874,7 @@error_description
@@ -2917,7 +2917,7 @@state
Static fromPayload
Parameters
diff --git a/docs/classes/cachekey.html b/docs/classes/cachekey.html index ed43b05c9..d1780e828 100644 --- a/docs/classes/cachekey.html +++ b/docs/classes/cachekey.html @@ -2803,7 +2803,7 @@constructor
Parameters
@@ -2828,7 +2828,7 @@audience
client_id
prefix
scope
toKey
Static fromCacheEntry<
@@ -2930,7 +2930,7 @@
diff --git a/docs/classes/cachekeymanifest.html b/docs/classes/cachekeymanifest.html
index a76d88fcc..d0cd44b92 100644
--- a/docs/classes/cachekeymanifest.html
+++ b/docs/classes/cachekeymanifest.html
@@ -2786,7 +2786,7 @@
@@ -2881,7 +2881,7 @@
error: string
@@ -2867,7 +2867,7 @@ error_description: string
@@ -2927,7 +2927,7 @@
enclosedCache: ICache = (function () {let cache: Record<string, unknown> = {};return {set<T = Cacheable>(key: string, entry: T) {cache[key] = entry;},get<T = Cacheable>(key: string) {const cacheEntry = cache[key] as T;if (!cacheEntry) {return;}return cacheEntry;},remove(key: string) {delete cache[key];},allKeys(): string[] {return Object.keys(cache);}};})()
diff --git a/docs/classes/localstoragecache.html b/docs/classes/localstoragecache.html
index b8ec4c2c3..4046ded38 100644
--- a/docs/classes/localstoragecache.html
+++ b/docs/classes/localstoragecache.html
@@ -2784,7 +2784,7 @@ mfa_token: string
@@ -2917,7 +2917,7 @@ audience: string
@@ -2849,7 +2849,7 @@ scope: string
@@ -2921,7 +2921,7 @@ popup: Window
@@ -2904,7 +2904,7 @@ popup: Window
@@ -2911,7 +2911,7 @@ address: string
@@ -2851,7 +2851,7 @@ birthdate: string
@@ -2861,7 +2861,7 @@ email: string
@@ -2871,7 +2871,7 @@
@@ -2961,7 +2961,7 @@
@@ -2971,7 +2971,7 @@ picture: string
@@ -2981,7 +2981,7 @@
Static fromKey
constructor
Parameters
@@ -2815,7 +2815,7 @@add
Parameters
@@ -2838,7 +2838,7 @@clear
Returns MaybePromise<void>
@@ -2855,7 +2855,7 @@get
Returns MaybePromise<KeyManifestEntry>
@@ -2872,7 +2872,7 @@remove
Parameters
diff --git a/docs/classes/cachemanager.html b/docs/classes/cachemanager.html index 9bb471e0e..a0bda53b1 100644 --- a/docs/classes/cachemanager.html +++ b/docs/classes/cachemanager.html @@ -2786,7 +2786,7 @@constructor
Parameters
@@ -2830,7 +2830,7 @@clear
Parameters
@@ -2853,7 +2853,7 @@clearSync
get
Parameters
@@ -2907,7 +2907,7 @@set
Parameters
diff --git a/docs/classes/genericerror.html b/docs/classes/genericerror.html index 8e38d4015..212bda5c3 100644 --- a/docs/classes/genericerror.html +++ b/docs/classes/genericerror.html @@ -2832,7 +2832,7 @@constructor
Parameters
@@ -2857,7 +2857,7 @@error
error_description
Static fromPayload
Parameters
diff --git a/docs/classes/inmemorycache.html b/docs/classes/inmemorycache.html index 017fd8a77..177e13f6b 100644 --- a/docs/classes/inmemorycache.html +++ b/docs/classes/inmemorycache.html @@ -2761,7 +2761,7 @@enclosedCache
allKeys
Returns string[]
@@ -2802,7 +2802,7 @@get
Type parameters
@@ -2832,7 +2832,7 @@remove
Parameters
@@ -2856,7 +2856,7 @@set
Type parameters
diff --git a/docs/classes/mfarequirederror.html b/docs/classes/mfarequirederror.html index f61fc0c02..af06526a3 100644 --- a/docs/classes/mfarequirederror.html +++ b/docs/classes/mfarequirederror.html @@ -2816,7 +2816,7 @@constructor
Parameters
@@ -2845,7 +2845,7 @@error
@@ -2856,7 +2856,7 @@error_description
@@ -2877,7 +2877,7 @@mfa_token
Static fromPayload
Parameters
diff --git a/docs/classes/missingrefreshtokenerror.html b/docs/classes/missingrefreshtokenerror.html index 5be5f0e96..bf96ccd99 100644 --- a/docs/classes/missingrefreshtokenerror.html +++ b/docs/classes/missingrefreshtokenerror.html @@ -2813,7 +2813,7 @@constructor
Parameters
@@ -2838,7 +2838,7 @@audience
error
@@ -2860,7 +2860,7 @@error_description
@@ -2892,7 +2892,7 @@scope
Static fromPayload
Parameters
diff --git a/docs/classes/popupcancellederror.html b/docs/classes/popupcancellederror.html index 36d25d56f..615671c49 100644 --- a/docs/classes/popupcancellederror.html +++ b/docs/classes/popupcancellederror.html @@ -2809,7 +2809,7 @@constructor
Parameters
@@ -2832,7 +2832,7 @@error
@@ -2843,7 +2843,7 @@error_description
@@ -2875,7 +2875,7 @@popup
Static fromPayload
Parameters
diff --git a/docs/classes/popuptimeouterror.html b/docs/classes/popuptimeouterror.html index a4549518c..8d973165f 100644 --- a/docs/classes/popuptimeouterror.html +++ b/docs/classes/popuptimeouterror.html @@ -2816,7 +2816,7 @@constructor
Parameters
@@ -2839,7 +2839,7 @@error
@@ -2850,7 +2850,7 @@error_description
@@ -2882,7 +2882,7 @@popup
Static fromPayload
Parameters
diff --git a/docs/classes/timeouterror.html b/docs/classes/timeouterror.html index f0ddabbea..7fcceb9c6 100644 --- a/docs/classes/timeouterror.html +++ b/docs/classes/timeouterror.html @@ -2818,7 +2818,7 @@constructor
Returns TimeoutError
@@ -2835,7 +2835,7 @@error
@@ -2846,7 +2846,7 @@error_description
@@ -2897,7 +2897,7 @@Static fromPayload
Parameters
diff --git a/docs/classes/user.html b/docs/classes/user.html index 31c55016b..8379a9bc5 100644 --- a/docs/classes/user.html +++ b/docs/classes/user.html @@ -2841,7 +2841,7 @@Optional address
Optional birthdate
Optional email
Optional email_verified
email_verified: boolean
@@ -2881,7 +2881,7 @@ family_name: string
@@ -2891,7 +2891,7 @@ gender: string
@@ -2901,7 +2901,7 @@ given_name: string
@@ -2911,7 +2911,7 @@ locale: string
@@ -2921,7 +2921,7 @@ middle_name: string
@@ -2931,7 +2931,7 @@ name: string
@@ -2941,7 +2941,7 @@ nickname: string
@@ -2951,7 +2951,7 @@ number: string
Optional family_name
Optional gender
Optional given_name
Optional locale
Optional middle_name
Optional name
Optional nickname
Optional phone_number
phone_Optional phone_number_phone_number_verified: boolean
Optional picture
Optional preferred_userna
preferred_username: string
@@ -2991,7 +2991,7 @@ profile: string
@@ -3001,7 +3001,7 @@ sub: string
@@ -3011,7 +3011,7 @@ updated_at: string
@@ -3021,7 +3021,7 @@ website: string
@@ -3031,7 +3031,7 @@ zoneinfo: string
diff --git a/docs/globals.html b/docs/globals.html
index 5e2e255c1..2d622b59c 100644
--- a/docs/globals.html
+++ b/docs/globals.html
@@ -3328,7 +3328,7 @@ CacheEntry: { access_token: string; audience: string; client_id: string; decodedToken: DecodedToken; expires_in: number; id_token: string; oauthTokenScope?: string; refresh_token?: string; scope: string }
@@ -3370,7 +3370,7 @@ CacheKeyData: { audience: string; client_id: string; scope: string }
@@ -3394,7 +3394,7 @@ CacheLocation: "memory" | "localstorage"
@@ -3409,7 +3409,7 @@ Cacheable: WrappedCacheEntry | KeyManifestEntry
@@ -3419,7 +3419,7 @@ GetTokenSilentlyVerboseResponse: Omit<TokenEndpointResponse, "refresh_token">
@@ -3429,7 +3429,7 @@ KeyManifestEntry: { keys: string[] }
@@ -3447,7 +3447,7 @@ MaybePromise<T>: Promise<T> | T
WrappedCacheEntry: { body: Partial<CacheEntry>; expiresAt: number }
@@ -3484,7 +3484,7 @@ getIdTokenClaimsOptions: GetIdTokenClaimsOptions
@@ -3497,7 +3497,7 @@
Optional profile
Optional sub
Optional updated_at
Optional website
Optional zoneinfo
CacheEntry
CacheKeyData
CacheLocation
Cacheable
GetTokenSilentlyVerboseResponse
KeyManifestEntry
MaybePromise
Type parameters
@@ -3463,7 +3463,7 @@WrappedCacheEntry
getIdTokenClaimsOptions
Const CACHE_KEY_PREFIX<
CACHE_KEY_PREFIX: "@@auth0spajs@@" = "@@auth0spajs@@"
@@ -3507,7 +3507,7 @@
Const CACHE_LOCATION_LO
CACHE_LOCATION_LOCAL_STORAGE: "localstorage" = "localstorage"
@@ -3517,7 +3517,7 @@
Const CACHE_LOCATION_ME
CACHE_LOCATION_MEMORY: "memory" = "memory"
@@ -3527,7 +3527,7 @@
Const DEFAULT_EXPIRY_AD
DEFAULT_EXPIRY_ADJUSTMENT_SECONDS: 0 = 0
@@ -3544,7 +3544,7 @@
Const DEFAULT_NOW_PROVI
diff --git a/docs/index.html b/docs/index.html
index 80b449748..11d1899f6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3329,7 +3329,7 @@ CacheEntry: { access_token: string; audience: string; client_id: string; decodedToken: DecodedToken; expires_in: number; id_token: string; oauthTokenScope?: string; refresh_token?: string; scope: string }
@@ -3371,7 +3371,7 @@ CacheKeyData: { audience: string; client_id: string; scope: string }
@@ -3395,7 +3395,7 @@ CacheLocation: "memory" | "localstorage"
@@ -3410,7 +3410,7 @@ Cacheable: WrappedCacheEntry | KeyManifestEntry
@@ -3420,7 +3420,7 @@ GetTokenSilentlyVerboseResponse: Omit<TokenEndpointResponse, "refresh_token">
@@ -3430,7 +3430,7 @@ KeyManifestEntry: { keys: string[] }
@@ -3448,7 +3448,7 @@ MaybePromise<T>: Promise<T> | T
WrappedCacheEntry: { body: Partial<CacheEntry>; expiresAt: number }
@@ -3485,7 +3485,7 @@ getIdTokenClaimsOptions: GetIdTokenClaimsOptions
@@ -3498,7 +3498,7 @@
Returns number
@@ -3561,7 +3561,7 @@createAuth0Client
CacheEntry
CacheKeyData
CacheLocation
Cacheable
GetTokenSilentlyVerboseResponse
KeyManifestEntry
MaybePromise
Type parameters
@@ -3464,7 +3464,7 @@WrappedCacheEntry
getIdTokenClaimsOptions
Const CACHE_KEY_PREFIX<
CACHE_KEY_PREFIX: "@@auth0spajs@@" = "@@auth0spajs@@"
@@ -3508,7 +3508,7 @@
Const CACHE_LOCATION_LO
CACHE_LOCATION_LOCAL_STORAGE: "localstorage" = "localstorage"
@@ -3518,7 +3518,7 @@
Const CACHE_LOCATION_ME
CACHE_LOCATION_MEMORY: "memory" = "memory"
@@ -3528,7 +3528,7 @@
Const DEFAULT_EXPIRY_AD
DEFAULT_EXPIRY_ADJUSTMENT_SECONDS: 0 = 0
@@ -3545,7 +3545,7 @@
Const DEFAULT_NOW_PROVI
diff --git a/docs/interfaces/advancedoptions.html b/docs/interfaces/advancedoptions.html
index d1c315f11..4d16fa575 100644
--- a/docs/interfaces/advancedoptions.html
+++ b/docs/interfaces/advancedoptions.html
@@ -2761,7 +2761,7 @@ Scope: string
diff --git a/docs/interfaces/auth0clientoptions.html b/docs/interfaces/auth0clientoptions.html
index 687e590bb..5d70e54db 100644
--- a/docs/interfaces/auth0clientoptions.html
+++ b/docs/interfaces/auth0clientoptions.html
@@ -2897,7 +2897,7 @@
Returns number
@@ -3562,7 +3562,7 @@createAuth0Client
Optional defaultScope
defaultOptional acr_values
@@ -2907,7 +2907,7 @@Optional advancedOptions<
advancedOptions: AdvancedOptions
@@ -2923,7 +2923,7 @@
@@ -2938,7 +2938,7 @@
Optional audience
Optional authorizeTimeout
authorizeTimeoutInSeconds: number
@@ -2954,7 +2954,7 @@ cache: ICache
@@ -2969,7 +2969,7 @@
@@ -2986,7 +2986,7 @@ client_id: string
@@ -3002,7 +3002,7 @@
@@ -3019,7 +3019,7 @@ Domain: string
@@ -3040,7 +3040,7 @@
@@ -3060,7 +3060,7 @@ domain: string
@@ -3077,7 +3077,7 @@
Optional cache
Optional cacheLocationcacheLocation: CacheLocation
client_id
Optional connection
Optional cookieDomain
cookieOptional display
domain
Optional httpTimeout
httpTimeoutInSeconds: number
@@ -3093,7 +3093,7 @@
Optional id_token_hi
@@ -3109,7 +3109,7 @@
@@ -3124,7 +3124,7 @@ issuer: string
@@ -3139,7 +3139,7 @@ leeway: number
@@ -3156,7 +3156,7 @@
Optional invitation
Optional issuer
Optional leeway
Optional legacySameS
legacySameSiteCookie: boolean
@@ -3177,7 +3177,7 @@
@@ -3196,7 +3196,7 @@
@@ -3213,7 +3213,7 @@ nowProvider: () => Promise<number> | number
@@ -3245,7 +3245,7 @@
@@ -3263,7 +3263,7 @@
@@ -3283,7 +3283,7 @@ uri: string
@@ -3303,7 +3303,7 @@
@@ -3321,7 +3321,7 @@
@@ -3339,7 +3339,7 @@
@@ -3356,7 +3356,7 @@
@@ -3372,7 +3372,7 @@
Optional login_hint
Optional max_age
Optional nowProvider
Optional organization
Optional prompt
Optional redirect_uri
redirect_Optional scope
Optional screen_hint
Optional sessionChecksessionCheckExpiryDays: number
Optional ui_locales
Optional useCookiesF
useCookiesForTransactions: boolean
@@ -3395,7 +3395,7 @@
Optional useFormData
useFormData: boolean
@@ -3413,7 +3413,7 @@
Optional useRefreshT
useRefreshTokens: boolean
@@ -3430,7 +3430,7 @@
Optional useRefreshT
useRefreshTokensFallback: boolean
diff --git a/docs/interfaces/decodedtoken.html b/docs/interfaces/decodedtoken.html
index cae2f444e..0aa906d0b 100644
--- a/docs/interfaces/decodedtoken.html
+++ b/docs/interfaces/decodedtoken.html
@@ -2765,7 +2765,7 @@ claims: IdToken
@@ -2775,7 +2775,7 @@ user: User
diff --git a/docs/interfaces/getidtokenclaimsoptions.html b/docs/interfaces/getidtokenclaimsoptions.html
index 26d5bf7e7..c4ca90214 100644
--- a/docs/interfaces/getidtokenclaimsoptions.html
+++ b/docs/interfaces/getidtokenclaimsoptions.html
@@ -2765,7 +2765,7 @@ audience: string
@@ -2780,7 +2780,7 @@ scope: string
diff --git a/docs/interfaces/gettokensilentlyoptions.html b/docs/interfaces/gettokensilentlyoptions.html
index 9b1cf8e85..e90d98f71 100644
--- a/docs/interfaces/gettokensilentlyoptions.html
+++ b/docs/interfaces/gettokensilentlyoptions.html
@@ -2791,7 +2791,7 @@ audience: string
@@ -2806,7 +2806,7 @@
claims
user
Optional audience
Optional scope
Optional audience
Optional detailedResponse
detailedResponse: boolean
@@ -2823,7 +2823,7 @@ ignoreCache: boolean
@@ -2839,7 +2839,7 @@ uri: string
@@ -2859,7 +2859,7 @@ scope: string
@@ -2874,7 +2874,7 @@
Optional ignoreCache
Optional redirect_uri
redirect_Optional scope
Optional timeoutInSeconds
timeoutInSeconds: number
diff --git a/docs/interfaces/gettokenwithpopupoptions.html b/docs/interfaces/gettokenwithpopupoptions.html
index 38b2427e5..70c271898 100644
--- a/docs/interfaces/gettokenwithpopupoptions.html
+++ b/docs/interfaces/gettokenwithpopupoptions.html
@@ -2829,7 +2829,7 @@
@@ -2856,7 +2856,7 @@
@@ -2874,7 +2874,7 @@
@@ -2895,7 +2895,7 @@
Optional acr_values
@@ -2840,7 +2840,7 @@Optional audience
Optional connection
Optional display
Optional id_token_hi
@@ -2910,7 +2910,7 @@ ignoreCache: boolean
@@ -2927,7 +2927,7 @@
@@ -2943,7 +2943,7 @@
@@ -2962,7 +2962,7 @@
@@ -2980,7 +2980,7 @@
@@ -2998,7 +2998,7 @@
@@ -3019,7 +3019,7 @@
@@ -3037,7 +3037,7 @@
@@ -3056,7 +3056,7 @@
diff --git a/docs/interfaces/getuseroptions.html b/docs/interfaces/getuseroptions.html
index 0ca67c06c..85785c457 100644
--- a/docs/interfaces/getuseroptions.html
+++ b/docs/interfaces/getuseroptions.html
@@ -2765,7 +2765,7 @@ audience: string
@@ -2780,7 +2780,7 @@ scope: string
diff --git a/docs/interfaces/icache.html b/docs/interfaces/icache.html
index 296c583c8..b69a705f5 100644
--- a/docs/interfaces/icache.html
+++ b/docs/interfaces/icache.html
@@ -2783,7 +2783,7 @@
client_id: string
@@ -2791,7 +2791,7 @@ federated: boolean
@@ -2810,7 +2810,7 @@ localOnly: boolean
@@ -2828,7 +2828,7 @@ returnTo: string
diff --git a/docs/interfaces/logouturloptions.html b/docs/interfaces/logouturloptions.html
index a8310a309..0f96054bd 100644
--- a/docs/interfaces/logouturloptions.html
+++ b/docs/interfaces/logouturloptions.html
@@ -2769,7 +2769,7 @@ client_id: string
@@ -2787,7 +2787,7 @@ federated: boolean
@@ -2805,7 +2805,7 @@ returnTo: string
diff --git a/docs/interfaces/popupconfigoptions.html b/docs/interfaces/popupconfigoptions.html
index ec8c0ff1e..cc48ae9e3 100644
--- a/docs/interfaces/popupconfigoptions.html
+++ b/docs/interfaces/popupconfigoptions.html
@@ -2765,7 +2765,7 @@ popup: any
@@ -2782,7 +2782,7 @@
Optional ignoreCache
Optional invitation
Optional login_hint
Optional max_age
Optional organization
Optional prompt
Optional scope
Optional screen_hint
Optional ui_locales
Optional audience
Optional scope
Optional allKeys
Returns MaybePromise<string[]>
@@ -2800,7 +2800,7 @@get
Type parameters
@@ -2829,7 +2829,7 @@remove
Parameters
@@ -2852,7 +2852,7 @@set
Type parameters
diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html index 98230fb72..1b27fa5f5 100644 --- a/docs/interfaces/logoutoptions.html +++ b/docs/interfaces/logoutoptions.html @@ -2773,7 +2773,7 @@Optional client_id
Optional federated
Optional localOnly
Optional returnTo
Optional client_id
Optional federated
Optional returnTo
Optional popup
Optional timeoutInSeconds
timeoutInSeconds: number
diff --git a/docs/interfaces/popuploginoptions.html b/docs/interfaces/popuploginoptions.html
index d8c4c2cc5..f4e140f2f 100644
--- a/docs/interfaces/popuploginoptions.html
+++ b/docs/interfaces/popuploginoptions.html
@@ -2830,7 +2830,7 @@
@@ -2857,7 +2857,7 @@
@@ -2875,7 +2875,7 @@
@@ -2896,7 +2896,7 @@
Optional acr_values
@@ -2841,7 +2841,7 @@Optional audience
Optional connection
Optional display
Optional id_token_hi
@@ -2912,7 +2912,7 @@
@@ -2928,7 +2928,7 @@
@@ -2947,7 +2947,7 @@
@@ -2965,7 +2965,7 @@
@@ -2983,7 +2983,7 @@
@@ -3004,7 +3004,7 @@
@@ -3022,7 +3022,7 @@
@@ -3041,7 +3041,7 @@
diff --git a/docs/interfaces/redirectloginoptions.html b/docs/interfaces/redirectloginoptions.html
index 0d467a518..f0ae6e39d 100644
--- a/docs/interfaces/redirectloginoptions.html
+++ b/docs/interfaces/redirectloginoptions.html
@@ -2849,7 +2849,7 @@ appState: TAppState
@@ -2875,7 +2875,7 @@
@@ -2891,7 +2891,7 @@
@@ -2909,7 +2909,7 @@
@@ -2929,7 +2929,7 @@ fragment: string
@@ -2945,7 +2945,7 @@
Optional invitation
Optional login_hint
Optional max_age
Optional organization
Optional prompt
Optional scope
Optional screen_hint
Optional ui_locales
Optional acr_values
@@ -2859,7 +2859,7 @@Optional appState
Optional audience
Optional connection
Optional display
Optional fragment
Optional id_token_hi
@@ -2961,7 +2961,7 @@
@@ -2977,7 +2977,7 @@
@@ -2996,7 +2996,7 @@
@@ -3014,7 +3014,7 @@
@@ -3032,7 +3032,7 @@
@@ -3052,7 +3052,7 @@
Optional invitation
Optional login_hint
Optional max_age
Optional organization
Optional prompt
Optional redirectMethod
redirectMethod: "replace" | "assign"
@@ -3067,7 +3067,7 @@ uri: string
@@ -3086,7 +3086,7 @@
@@ -3104,7 +3104,7 @@
@@ -3123,7 +3123,7 @@
diff --git a/docs/interfaces/redirectloginresult.html b/docs/interfaces/redirectloginresult.html
index 62a1dcb80..6dfabdfaf 100644
--- a/docs/interfaces/redirectloginresult.html
+++ b/docs/interfaces/redirectloginresult.html
@@ -2769,7 +2769,7 @@ appState: TAppState
diff --git a/package-lock.json b/package-lock.json
index 66560aed8..dbfcfcb51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@auth0/auth0-spa-js",
- "version": "1.22.2",
+ "version": "1.22.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@auth0/auth0-spa-js",
- "version": "1.22.2",
+ "version": "1.22.3",
"license": "MIT",
"dependencies": {
"abortcontroller-polyfill": "^1.7.3",
diff --git a/package.json b/package.json
index 81df5c8a6..5d61b006e 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"name": "@auth0/auth0-spa-js",
"description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE",
"license": "MIT",
- "version": "1.22.2",
+ "version": "1.22.3",
"main": "dist/lib/auth0-spa-js.cjs.js",
"types": "dist/typings/index.d.ts",
"module": "dist/auth0-spa-js.production.esm.js",
diff --git a/src/version.ts b/src/version.ts
index b469ce304..50e546336 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1 +1 @@
-export default '1.22.2';
+export default '1.22.3';
Optional redirect_uri
redirect_Optional scope
Optional screen_hint
Optional ui_locales
Optional appState