diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5242f57..2f2935101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +# Change Log + +## [v1.6.3](https://github.com/auth0/auth0-spa-js/tree/v1.6.3) (2020-01-28) + +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.6.2...v1.6.3) + +**Fixed** + +- Send same redirect_uri as /authorize to /token [\#341](https://github.com/auth0/auth0-spa-js/pull/341) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- No longer acquires a browser lock if there was a hit on the cache [\#339](https://github.com/auth0/auth0-spa-js/pull/339) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Use user provided params on silent login [\#318](https://github.com/auth0/auth0-spa-js/pull/318) ([nkete](https://github.com/nkete)) + ## [v1.6.2](https://github.com/auth0/auth0-spa-js/tree/v1.6.2) (2020-01-13) +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.6.1...v1.6.2) + **Removed** Removed future issued-at claim check [stevehobbsdev](https://github.com/stevehobbsdev) - https://github.com/auth0/auth0-spa-js/pull/329 diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index b02729c99..cc81ef2d6 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2523,7 +2523,7 @@
getIdTokenClaims
getTokenSilently
getTokenWithPopup
getUser
handleRedirectCallback
isAuthenticated
loginWithPopup
loginWithRedirect
logout
constructor
Parameters
@@ -2537,7 +2537,7 @@error
error_description
state
acquireLock
releaseLock
Const GET_TOKEN_SILENTL
GET_TOKEN_SILENTLY_LOCK_KEY: "auth0.lock.getTokenSilently" = "auth0.lock.getTokenSilently"
@@ -2678,7 +2678,7 @@
Const acquireLockMock
acquireLockMock: Mock<any, any> = jest.fn()
@@ -2688,7 +2688,7 @@ lock: SuperTokensLock = new Lock()
@@ -2698,7 +2698,7 @@
Const lock
Const releaseLockMock
releaseLockMock: Mock<any, any> = jest.fn()
@@ -2715,7 +2715,7 @@
createAuth0Client
Parameters
diff --git a/docs/index.html b/docs/index.html index f8cca6807..b30dd0d33 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2669,7 +2669,7 @@Const GET_TOKEN_SILENTL
GET_TOKEN_SILENTLY_LOCK_KEY: "auth0.lock.getTokenSilently" = "auth0.lock.getTokenSilently"
@@ -2679,7 +2679,7 @@
Const acquireLockMock
acquireLockMock: Mock<any, any> = jest.fn()
@@ -2689,7 +2689,7 @@ lock: SuperTokensLock = new Lock()
@@ -2699,7 +2699,7 @@
Const lock
Const releaseLockMock
releaseLockMock: Mock<any, any> = jest.fn()
@@ -2716,7 +2716,7 @@
@@ -2565,7 +2565,7 @@ client_id: string
@@ -2581,7 +2581,7 @@
@@ -2599,7 +2599,7 @@
@@ -2619,7 +2619,7 @@ domain: string
@@ -2637,7 +2637,7 @@
createAuth0Client
Parameters
diff --git a/docs/interfaces/auth0clientoptions.html b/docs/interfaces/auth0clientoptions.html index 94af18c1c..aca83b12b 100644 --- a/docs/interfaces/auth0clientoptions.html +++ b/docs/interfaces/auth0clientoptions.html @@ -2539,7 +2539,7 @@Optional acr_values
@@ -2550,7 +2550,7 @@Optional audience
client_id
Optional connection
Optional display
domain
Optional id_token_hi
@@ -2652,7 +2652,7 @@ issuer: string
@@ -2667,7 +2667,7 @@ leeway: number
@@ -2685,7 +2685,7 @@
@@ -2703,7 +2703,7 @@
@@ -2721,7 +2721,7 @@
@@ -2741,7 +2741,7 @@ uri: string
@@ -2761,7 +2761,7 @@
@@ -2778,7 +2778,7 @@
diff --git a/docs/interfaces/getidtokenclaimsoptions.html b/docs/interfaces/getidtokenclaimsoptions.html
index 469132ed6..fe8d00717 100644
--- a/docs/interfaces/getidtokenclaimsoptions.html
+++ b/docs/interfaces/getidtokenclaimsoptions.html
@@ -2471,7 +2471,7 @@ audience: string
@@ -2486,7 +2486,7 @@ scope: string
diff --git a/docs/interfaces/gettokensilentlyoptions.html b/docs/interfaces/gettokensilentlyoptions.html
index d8707ee9a..b6fb8ef1e 100644
--- a/docs/interfaces/gettokensilentlyoptions.html
+++ b/docs/interfaces/gettokensilentlyoptions.html
@@ -2495,7 +2495,7 @@
@@ -2510,7 +2510,7 @@ ignoreCache: boolean
@@ -2526,7 +2526,7 @@ uri: string
@@ -2547,7 +2547,7 @@
diff --git a/docs/interfaces/gettokenwithpopupoptions.html b/docs/interfaces/gettokenwithpopupoptions.html
index 6ef71225c..94c939a82 100644
--- a/docs/interfaces/gettokenwithpopupoptions.html
+++ b/docs/interfaces/gettokenwithpopupoptions.html
@@ -2519,7 +2519,7 @@
@@ -2546,7 +2546,7 @@
@@ -2564,7 +2564,7 @@
@@ -2585,7 +2585,7 @@
Optional issuer
Optional leeway
Optional login_hint
Optional max_age
Optional prompt
Optional redirect_uri
redirect_Optional scope
Optional ui_locales
audience
scope
audience
Optional ignoreCache
Optional redirect_uri
redirect_scope
Optional acr_values
@@ -2530,7 +2530,7 @@Optional audience
Optional connection
Optional display
Optional id_token_hi
@@ -2601,7 +2601,7 @@
@@ -2619,7 +2619,7 @@
@@ -2637,7 +2637,7 @@
@@ -2658,7 +2658,7 @@
@@ -2675,7 +2675,7 @@
diff --git a/docs/interfaces/getuseroptions.html b/docs/interfaces/getuseroptions.html
index 20e819346..a64ead055 100644
--- a/docs/interfaces/getuseroptions.html
+++ b/docs/interfaces/getuseroptions.html
@@ -2476,7 +2476,7 @@ audience: string
@@ -2491,7 +2491,7 @@ scope: string
diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html
index 1072df04e..e67d34408 100644
--- a/docs/interfaces/logoutoptions.html
+++ b/docs/interfaces/logoutoptions.html
@@ -2475,7 +2475,7 @@ client_id: string
@@ -2490,7 +2490,7 @@ federated: boolean
@@ -2508,7 +2508,7 @@ returnTo: string
diff --git a/docs/interfaces/popupconfigoptions.html b/docs/interfaces/popupconfigoptions.html
index 6d7cbdf79..271aa34c6 100644
--- a/docs/interfaces/popupconfigoptions.html
+++ b/docs/interfaces/popupconfigoptions.html
@@ -2467,7 +2467,7 @@
Optional login_hint
Optional max_age
Optional prompt
Optional scope
Optional ui_locales
audience
scope
Optional client_id
Optional federated
Optional returnTo
Optional timeoutInSeconds
timeoutInSeconds: number
diff --git a/docs/interfaces/popuploginoptions.html b/docs/interfaces/popuploginoptions.html
index 240d8b374..6fdd2d0e4 100644
--- a/docs/interfaces/popuploginoptions.html
+++ b/docs/interfaces/popuploginoptions.html
@@ -2524,7 +2524,7 @@
@@ -2551,7 +2551,7 @@
@@ -2569,7 +2569,7 @@
@@ -2590,7 +2590,7 @@
Optional acr_values
@@ -2535,7 +2535,7 @@Optional audience
Optional connection
Optional display
Optional id_token_hi
@@ -2606,7 +2606,7 @@
@@ -2624,7 +2624,7 @@
@@ -2642,7 +2642,7 @@
@@ -2663,7 +2663,7 @@
@@ -2680,7 +2680,7 @@
diff --git a/docs/interfaces/redirectloginoptions.html b/docs/interfaces/redirectloginoptions.html
index 39ceac994..36fc39c69 100644
--- a/docs/interfaces/redirectloginoptions.html
+++ b/docs/interfaces/redirectloginoptions.html
@@ -2531,7 +2531,7 @@ appState: any
@@ -2557,7 +2557,7 @@
@@ -2573,7 +2573,7 @@
@@ -2591,7 +2591,7 @@
@@ -2611,7 +2611,7 @@ fragment: string
@@ -2627,7 +2627,7 @@
Optional login_hint
Optional max_age
Optional prompt
Optional scope
Optional ui_locales
Optional acr_values
@@ -2541,7 +2541,7 @@Optional appState
Optional audience
Optional connection
Optional display
Optional fragment
Optional id_token_hi
@@ -2643,7 +2643,7 @@
@@ -2661,7 +2661,7 @@
@@ -2679,7 +2679,7 @@
@@ -2699,7 +2699,7 @@ uri: string
@@ -2718,7 +2718,7 @@
@@ -2735,7 +2735,7 @@
diff --git a/docs/interfaces/redirectloginresult.html b/docs/interfaces/redirectloginresult.html
index 663b61110..c7b85d39c 100644
--- a/docs/interfaces/redirectloginresult.html
+++ b/docs/interfaces/redirectloginresult.html
@@ -2467,7 +2467,7 @@ appState: any
diff --git a/package.json b/package.json
index 9d6fababf..e349571ee 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.6.2",
+ "version": "1.6.3",
"main": "dist/lib/auth0-spa-js.cjs.js",
"types": "dist/typings/index.d.ts",
"browser": "dist/auth0-spa-js.production.js",
diff --git a/src/version.ts b/src/version.ts
index aab4a8206..4c7536103 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1 +1 @@
-export default '1.6.2';
+export default '1.6.3';
Optional login_hint
Optional max_age
Optional prompt
Optional redirect_uri
redirect_Optional scope
Optional ui_locales
Optional appState