From fafcb62671c7651d74fa3832a25805982ebe4600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Tue, 24 Sep 2019 16:26:59 -0300 Subject: [PATCH] Release 1.2.4 (#222) --- CHANGELOG.md | 6 ++++ docs/classes/auth0client.html | 20 ++++++------- docs/classes/authenticationerror.html | 8 +++--- docs/globals.html | 4 +-- docs/index.html | 4 +-- docs/interfaces/auth0clientoptions.html | 28 +++++++++---------- docs/interfaces/getidtokenclaimsoptions.html | 4 +-- docs/interfaces/gettokensilentlyoptions.html | 8 +++--- docs/interfaces/gettokenwithpopupoptions.html | 20 ++++++------- docs/interfaces/getuseroptions.html | 4 +-- docs/interfaces/logoutoptions.html | 6 ++-- docs/interfaces/popupconfigoptions.html | 2 +- docs/interfaces/popuploginoptions.html | 20 ++++++------- docs/interfaces/redirectloginoptions.html | 24 ++++++++-------- docs/interfaces/redirectloginresult.html | 2 +- package.json | 2 +- src/version.ts | 2 +- 17 files changed, 85 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a275fb3e8..c3cfc1dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.2.4](https://github.com/auth0/auth0-spa-js/tree/v1.2.4) (2019-09-24) + +**Fixed** + +Fix empty PKCE code challenge https://github.com/auth0/auth0-spa-js/pull/221 + ## [v1.2.3](https://github.com/auth0/auth0-spa-js/tree/v1.2.3) (2019-09-02) **Fixed** diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index 707fa77e5..414c418a5 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2504,7 +2504,7 @@

constructor

  • Parameters

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

    getIdTokenClaims

  • @@ -2561,7 +2561,7 @@

    getTokenSilently

  • @@ -2596,7 +2596,7 @@

    getTokenWithPopup

  • @@ -2633,7 +2633,7 @@

    getUser

  • @@ -2665,7 +2665,7 @@

    handleRedirectCallback

  • @@ -2690,7 +2690,7 @@

    isAuthenticated

  • @@ -2714,7 +2714,7 @@

    loginWithPopup

  • @@ -2754,7 +2754,7 @@

    loginWithRedirect

  • @@ -2787,7 +2787,7 @@

    logout

  • diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index e2210beb4..8e1b97de6 100644 --- a/docs/classes/authenticationerror.html +++ b/docs/classes/authenticationerror.html @@ -2494,7 +2494,7 @@

    constructor

  • Parameters

    @@ -2522,7 +2522,7 @@

    error

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

    error_description

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

    state

    state: string
    diff --git a/docs/globals.html b/docs/globals.html index 614b078ab..7a7e9c30c 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -2451,7 +2451,7 @@

    Documentation

    Installation

    From the CDN:

    -
    <script src="https://cdn.auth0.com/js/auth0-spa-js/1.1.1/auth0-spa-js.production.js"></script>
    +
    <script src="https://cdn.auth0.com/js/auth0-spa-js/1.2/auth0-spa-js.production.js"></script>

    Using npm:

    npm install @auth0/auth0-spa-js

    Using yarn:

    @@ -2645,7 +2645,7 @@

    createAuth0Client

  • Parameters

    diff --git a/docs/index.html b/docs/index.html index e24cbb157..b2bb037af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2451,7 +2451,7 @@

    Documentation

    Installation

    From the CDN:

    -
    <script src="https://cdn.auth0.com/js/auth0-spa-js/1.1.1/auth0-spa-js.production.js"></script>
    +
    <script src="https://cdn.auth0.com/js/auth0-spa-js/1.2/auth0-spa-js.production.js"></script>

    Using npm:

    npm install @auth0/auth0-spa-js

    Using yarn:

    @@ -2646,7 +2646,7 @@

    createAuth0Client

  • Parameters

    diff --git a/docs/interfaces/auth0clientoptions.html b/docs/interfaces/auth0clientoptions.html index 6ff1dc04f..5ba5a314a 100644 --- a/docs/interfaces/auth0clientoptions.html +++ b/docs/interfaces/auth0clientoptions.html @@ -2520,7 +2520,7 @@

    Optional acr_values

    @@ -2531,7 +2531,7 @@

    Optional audience

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

    client_id

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

    Optional connection

    @@ -2580,7 +2580,7 @@

    Optional display

    @@ -2600,7 +2600,7 @@

    domain

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

    Optional id_token_hi
    @@ -2633,7 +2633,7 @@

    Optional leeway

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

    Optional login_hint

    @@ -2668,7 +2668,7 @@

    Optional max_age

    @@ -2686,7 +2686,7 @@

    Optional prompt

    @@ -2706,7 +2706,7 @@

    Optional redirect_uri

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

    Optional scope

    @@ -2743,7 +2743,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/getidtokenclaimsoptions.html b/docs/interfaces/getidtokenclaimsoptions.html index 4dc944e4e..a7265d093 100644 --- a/docs/interfaces/getidtokenclaimsoptions.html +++ b/docs/interfaces/getidtokenclaimsoptions.html @@ -2456,7 +2456,7 @@

    audience

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

    scope

    scope: string
    diff --git a/docs/interfaces/gettokensilentlyoptions.html b/docs/interfaces/gettokensilentlyoptions.html index 1553edcf2..3a02d3451 100644 --- a/docs/interfaces/gettokensilentlyoptions.html +++ b/docs/interfaces/gettokensilentlyoptions.html @@ -2480,7 +2480,7 @@

    audience

    @@ -2495,7 +2495,7 @@

    Optional ignoreCache

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

    Optional redirect_uri

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

    scope

    diff --git a/docs/interfaces/gettokenwithpopupoptions.html b/docs/interfaces/gettokenwithpopupoptions.html index b59affe06..f61ec5b11 100644 --- a/docs/interfaces/gettokenwithpopupoptions.html +++ b/docs/interfaces/gettokenwithpopupoptions.html @@ -2504,7 +2504,7 @@

    Optional acr_values

    @@ -2515,7 +2515,7 @@

    Optional audience

    @@ -2531,7 +2531,7 @@

    Optional connection

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

    Optional display

    @@ -2570,7 +2570,7 @@

    Optional id_token_hi
    @@ -2586,7 +2586,7 @@

    Optional login_hint

    @@ -2604,7 +2604,7 @@

    Optional max_age

    @@ -2622,7 +2622,7 @@

    Optional prompt

    @@ -2643,7 +2643,7 @@

    Optional scope

    @@ -2660,7 +2660,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/getuseroptions.html b/docs/interfaces/getuseroptions.html index 88fc6981c..6bb3ae354 100644 --- a/docs/interfaces/getuseroptions.html +++ b/docs/interfaces/getuseroptions.html @@ -2461,7 +2461,7 @@

    audience

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

    scope

    scope: string
    diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html index 94558f29e..a7c0e8de6 100644 --- a/docs/interfaces/logoutoptions.html +++ b/docs/interfaces/logoutoptions.html @@ -2460,7 +2460,7 @@

    Optional client_id

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

    Optional federated

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

    Optional returnTo

    returnTo: string
    diff --git a/docs/interfaces/popupconfigoptions.html b/docs/interfaces/popupconfigoptions.html index 54e513631..531dd9415 100644 --- a/docs/interfaces/popupconfigoptions.html +++ b/docs/interfaces/popupconfigoptions.html @@ -2452,7 +2452,7 @@

    Optional timeoutInSeconds
    timeoutInSeconds: number
    diff --git a/docs/interfaces/popuploginoptions.html b/docs/interfaces/popuploginoptions.html index 1a5b30ed7..d9ebb02aa 100644 --- a/docs/interfaces/popuploginoptions.html +++ b/docs/interfaces/popuploginoptions.html @@ -2509,7 +2509,7 @@

    Optional acr_values

    @@ -2520,7 +2520,7 @@

    Optional audience

    @@ -2536,7 +2536,7 @@

    Optional connection

    @@ -2554,7 +2554,7 @@

    Optional display

    @@ -2575,7 +2575,7 @@

    Optional id_token_hi
    @@ -2591,7 +2591,7 @@

    Optional login_hint

    @@ -2609,7 +2609,7 @@

    Optional max_age

    @@ -2627,7 +2627,7 @@

    Optional prompt

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

    Optional scope

    @@ -2665,7 +2665,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginoptions.html b/docs/interfaces/redirectloginoptions.html index 16e2fa497..9fd28f29f 100644 --- a/docs/interfaces/redirectloginoptions.html +++ b/docs/interfaces/redirectloginoptions.html @@ -2512,7 +2512,7 @@

    Optional acr_values

    @@ -2522,7 +2522,7 @@

    Optional appState

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

    Optional audience

    @@ -2554,7 +2554,7 @@

    Optional connection

    @@ -2572,7 +2572,7 @@

    Optional display

    @@ -2593,7 +2593,7 @@

    Optional id_token_hi
    @@ -2609,7 +2609,7 @@

    Optional login_hint

    @@ -2627,7 +2627,7 @@

    Optional max_age

    @@ -2645,7 +2645,7 @@

    Optional prompt

    @@ -2665,7 +2665,7 @@

    Optional redirect_uri

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

    Optional scope

    @@ -2701,7 +2701,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginresult.html b/docs/interfaces/redirectloginresult.html index c2deddddc..edd9cda73 100644 --- a/docs/interfaces/redirectloginresult.html +++ b/docs/interfaces/redirectloginresult.html @@ -2452,7 +2452,7 @@

    Optional appState

    appState: any
    diff --git a/package.json b/package.json index aa32e9fc6..4cc70cb84 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.2.3", + "version": "1.2.4", "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 1f27277c8..efa52059d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.2.3'; +export default '1.2.4';