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 @@

constructor

  • Parameters

    @@ -2549,7 +2549,7 @@

    buildAuthorizeUrl

  • @@ -2582,7 +2582,7 @@

    getIdTokenClaims

  • @@ -2613,7 +2613,7 @@

    getTokenSilently

  • @@ -2648,7 +2648,7 @@

    getTokenWithPopup

  • @@ -2685,7 +2685,7 @@

    getUser

  • @@ -2717,7 +2717,7 @@

    handleRedirectCallback

  • @@ -2748,7 +2748,7 @@

    isAuthenticated

  • @@ -2772,7 +2772,7 @@

    loginWithPopup

  • @@ -2812,7 +2812,7 @@

    loginWithRedirect

  • @@ -2845,7 +2845,7 @@

    logout

  • diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index 962f2d4df..5afdf5eae 100644 --- a/docs/classes/authenticationerror.html +++ b/docs/classes/authenticationerror.html @@ -2509,7 +2509,7 @@

    constructor

  • Parameters

    @@ -2537,7 +2537,7 @@

    error

    error: string
    @@ -2547,7 +2547,7 @@

    error_description

    error_description: string
    @@ -2591,7 +2591,7 @@

    state

    state: string
    diff --git a/docs/classes/fakelock.html b/docs/classes/fakelock.html index bf955fc9b..b26fafaa8 100644 --- a/docs/classes/fakelock.html +++ b/docs/classes/fakelock.html @@ -2471,7 +2471,7 @@

    acquireLock

    acquireLock: Mock<any, any> = acquireLockMock
    @@ -2481,7 +2481,7 @@

    releaseLock

    releaseLock: Mock<any, any> = releaseLockMock
    diff --git a/docs/globals.html b/docs/globals.html index 857f0e842..00d6ba065 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -2668,7 +2668,7 @@

    Const GET_TOKEN_SILENTL
    GET_TOKEN_SILENTLY_LOCK_KEY: "auth0.lock.getTokenSilently" = "auth0.lock.getTokenSilently"
    @@ -2678,7 +2678,7 @@

    Const acquireLockMockacquireLockMock: Mock<any, any> = jest.fn() @@ -2688,7 +2688,7 @@

    Const lock

    lock: SuperTokensLock = new Lock()
    @@ -2698,7 +2698,7 @@

    Const releaseLockMockreleaseLockMock: 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 acquireLockMockacquireLockMock: Mock<any, any> = jest.fn() @@ -2689,7 +2689,7 @@

    Const lock

    lock: SuperTokensLock = new Lock()
    @@ -2699,7 +2699,7 @@

    Const releaseLockMockreleaseLockMock: Mock<any, any> = jest.fn() @@ -2716,7 +2716,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

    @@ -2565,7 +2565,7 @@

    client_id

    client_id: string
    @@ -2581,7 +2581,7 @@

    Optional connection

    @@ -2599,7 +2599,7 @@

    Optional display

    @@ -2619,7 +2619,7 @@

    domain

    domain: string
    @@ -2637,7 +2637,7 @@

    Optional id_token_hi
    @@ -2652,7 +2652,7 @@

    Optional issuer

    issuer: string
    @@ -2667,7 +2667,7 @@

    Optional leeway

    leeway: number
    @@ -2685,7 +2685,7 @@

    Optional login_hint

    @@ -2703,7 +2703,7 @@

    Optional max_age

    @@ -2721,7 +2721,7 @@

    Optional prompt

    @@ -2741,7 +2741,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2761,7 +2761,7 @@

    Optional scope

    @@ -2778,7 +2778,7 @@

    Optional ui_locales

    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

    audience: string
    @@ -2486,7 +2486,7 @@

    scope

    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 @@

    audience

    @@ -2510,7 +2510,7 @@

    Optional ignoreCache

    ignoreCache: boolean
    @@ -2526,7 +2526,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2547,7 +2547,7 @@

    scope

    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 @@

    Optional acr_values

    @@ -2530,7 +2530,7 @@

    Optional audience

    @@ -2546,7 +2546,7 @@

    Optional connection

    @@ -2564,7 +2564,7 @@

    Optional display

    @@ -2585,7 +2585,7 @@

    Optional id_token_hi
    @@ -2601,7 +2601,7 @@

    Optional login_hint

    @@ -2619,7 +2619,7 @@

    Optional max_age

    @@ -2637,7 +2637,7 @@

    Optional prompt

    @@ -2658,7 +2658,7 @@

    Optional scope

    @@ -2675,7 +2675,7 @@

    Optional ui_locales

    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

    audience: string
    @@ -2491,7 +2491,7 @@

    scope

    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 @@

    Optional client_id

    client_id: string
    @@ -2490,7 +2490,7 @@

    Optional federated

    federated: boolean
    @@ -2508,7 +2508,7 @@

    Optional returnTo

    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 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 @@

    Optional acr_values

    @@ -2535,7 +2535,7 @@

    Optional audience

    @@ -2551,7 +2551,7 @@

    Optional connection

    @@ -2569,7 +2569,7 @@

    Optional display

    @@ -2590,7 +2590,7 @@

    Optional id_token_hi
    @@ -2606,7 +2606,7 @@

    Optional login_hint

    @@ -2624,7 +2624,7 @@

    Optional max_age

    @@ -2642,7 +2642,7 @@

    Optional prompt

    @@ -2663,7 +2663,7 @@

    Optional scope

    @@ -2680,7 +2680,7 @@

    Optional ui_locales

    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 @@

    Optional acr_values

    @@ -2541,7 +2541,7 @@

    Optional appState

    appState: any
    @@ -2557,7 +2557,7 @@

    Optional audience

    @@ -2573,7 +2573,7 @@

    Optional connection

    @@ -2591,7 +2591,7 @@

    Optional display

    @@ -2611,7 +2611,7 @@

    Optional fragment

    fragment: string
    @@ -2627,7 +2627,7 @@

    Optional id_token_hi
    @@ -2643,7 +2643,7 @@

    Optional login_hint

    @@ -2661,7 +2661,7 @@

    Optional max_age

    @@ -2679,7 +2679,7 @@

    Optional prompt

    @@ -2699,7 +2699,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2718,7 +2718,7 @@

    Optional scope

    @@ -2735,7 +2735,7 @@

    Optional ui_locales

    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 @@

    Optional appState

    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';