diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a64e0a0a..6c5242f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.6.2](https://github.com/auth0/auth0-spa-js/tree/v1.6.2) (2020-01-13) + +**Removed** + +Removed future issued-at claim check [stevehobbsdev](https://github.com/stevehobbsdev) - https://github.com/auth0/auth0-spa-js/pull/329 + ## [v1.6.1](https://github.com/auth0/auth0-spa-js/tree/v1.6.1) (2020-01-07) **Fixed** diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index 25f190a39..b02729c99 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 9848a11b3..962f2d4df 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 add184148..bf955fc9b 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 aaae3ffd9..857f0e842 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 588286726..f8cca6807 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 2f1283584..94af18c1c 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 92c8dccff..469132ed6 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 5e91131cd..d8707ee9a 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 18013d6d0..6ef71225c 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 f1dc181d3..20e819346 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 c20d35542..1072df04e 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 6da6c8bca..6d7cbdf79 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 4ae6bb29d..240d8b374 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 8b4801274..39ceac994 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 816bdf2a5..663b61110 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 38cc12438..a7dcb2dc3 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.1", + "version": "1.6.2", "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 0527ceb03..aab4a8206 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.6.1'; +export default '1.6.2';