Skip to content

Commit

Permalink
Release 1.8.2 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored May 26, 2020
1 parent 91b7683 commit e6c3ba1
Show file tree
Hide file tree
Showing 20 changed files with 116 additions and 106 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v1.8.2](https://github.com/auth0/auth0-spa-js/tree/v1.8.2) (2020-05-26)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.8.1...v1.8.2)

**Fixed**

- [SDK-1640] Allow the client to be constructed in a Node SSR environment [\#471](https://github.com/auth0/auth0-spa-js/pull/471) ([adamjmcgrath](https://github.com/adamjmcgrath))
- [SDK-1634] Pass custom options to the token endpoint [\#465](https://github.com/auth0/auth0-spa-js/pull/465) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [SDK-1649] Fix issue where cache was missed when scope parameter was provided [\#461](https://github.com/auth0/auth0-spa-js/pull/461) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v1.8.1](https://github.com/auth0/auth0-spa-js/tree/v1.8.1) (2020-05-06)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.8.0...v1.8.1)
Expand Down
24 changes: 12 additions & 12 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L96">src/Auth0Client.ts:96</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L96">src/Auth0Client.ts:96</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2905,7 +2905,7 @@ <h3>cache<wbr>Location</h3>
<div class="tsd-signature tsd-kind-icon">cache<wbr>Location<span class="tsd-signature-symbol">:</span> <a href="../globals.html#cachelocation" class="tsd-signature-type">CacheLocation</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L95">src/Auth0Client.ts:95</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L95">src/Auth0Client.ts:95</a></li>
</ul>
</aside>
</section>
Expand All @@ -2922,7 +2922,7 @@ <h3>build<wbr>Authorize<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L217">src/Auth0Client.ts:217</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L218">src/Auth0Client.ts:218</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2955,7 +2955,7 @@ <h3>get<wbr>IdToken<wbr>Claims</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L365">src/Auth0Client.ts:365</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L366">src/Auth0Client.ts:366</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2986,7 +2986,7 @@ <h3>get<wbr>Token<wbr>Silently</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L501">src/Auth0Client.ts:501</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L502">src/Auth0Client.ts:502</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3030,7 +3030,7 @@ <h3>get<wbr>Token<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L557">src/Auth0Client.ts:557</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L558">src/Auth0Client.ts:558</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3067,7 +3067,7 @@ <h3>get<wbr>User</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L340">src/Auth0Client.ts:340</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L341">src/Auth0Client.ts:341</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3099,7 +3099,7 @@ <h3>handle<wbr>Redirect<wbr>Callback</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L407">src/Auth0Client.ts:407</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L408">src/Auth0Client.ts:408</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3130,7 +3130,7 @@ <h3>is<wbr>Authenticated</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L590">src/Auth0Client.ts:590</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L591">src/Auth0Client.ts:591</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3154,7 +3154,7 @@ <h3>login<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L267">src/Auth0Client.ts:267</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L268">src/Auth0Client.ts:268</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3194,7 +3194,7 @@ <h3>login<wbr>With<wbr>Redirect</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L396">src/Auth0Client.ts:396</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L397">src/Auth0Client.ts:397</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3227,7 +3227,7 @@ <h3>logout</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/Auth0Client.ts#L610">src/Auth0Client.ts:610</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/Auth0Client.ts#L611">src/Auth0Client.ts:611</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2892,7 +2892,7 @@ <h3>app<wbr>State</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L13">src/errors.ts:13</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L13">src/errors.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -2903,7 +2903,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2914,7 +2914,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2957,7 +2957,7 @@ <h3>state</h3>
<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L12">src/errors.ts:12</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L12">src/errors.ts:12</a></li>
</ul>
</aside>
</section>
Expand Down
6 changes: 3 additions & 3 deletions docs/classes/genericerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L1">src/errors.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L1">src/errors.ts:1</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2886,7 +2886,7 @@ <h3>error</h3>
<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2896,7 +2896,7 @@ <h3>error_<wbr>description</h3>
<div class="tsd-signature tsd-kind-icon">error_<wbr>description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down
14 changes: 7 additions & 7 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@ <h2>Documentation</h2>
<h2>Installation</h2>
</a>
<p>From the CDN:</p>
<pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://cdn.auth0.com/js/auth0-spa-js/1.7/auth0-spa-js.production.js"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span></code></pre>
<pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">script</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"https://cdn.auth0.com/js/auth0-spa-js/1.8/auth0-spa-js.production.js"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">script</span>&gt;</span></code></pre>
<p>Using <a href="https://npmjs.org">npm</a>:</p>
<pre><code class="language-sh">npm install @auth0/auth0-spa-js</code></pre>
<p>Using <a href="https://yarnpkg.com">yarn</a>:</p>
Expand Down Expand Up @@ -3085,7 +3085,7 @@ <h3>Cache<wbr>Location</h3>
<div class="tsd-signature tsd-kind-icon">Cache<wbr>Location<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"memory"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"localstorage"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/global.ts#L136">src/global.ts:136</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/global.ts#L136">src/global.ts:136</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3100,7 +3100,7 @@ <h3>get<wbr>IdToken<wbr>Claims<wbr>Options</h3>
<div class="tsd-signature tsd-kind-icon">get<wbr>IdToken<wbr>Claims<wbr>Options<span class="tsd-signature-symbol">:</span> <a href="interfaces/getidtokenclaimsoptions.html" class="tsd-signature-type">GetIdTokenClaimsOptions</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/global.ts#L219">src/global.ts:219</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/global.ts#L219">src/global.ts:219</a></li>
</ul>
</aside>
</section>
Expand All @@ -3113,7 +3113,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> CACHE_<wbr>LOCATION_<wbr>LO
<div class="tsd-signature tsd-kind-icon">CACHE_<wbr>LOCATION_<wbr>LOCAL_<wbr>STORAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"localstorage"</span><span class="tsd-signature-symbol"> = &quot;localstorage&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/constants.ts#L31">src/constants.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/constants.ts#L31">src/constants.ts:31</a></li>
</ul>
</aside>
</section>
Expand All @@ -3123,7 +3123,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> CACHE_<wbr>LOCATION_<wbr>ME
<div class="tsd-signature tsd-kind-icon">CACHE_<wbr>LOCATION_<wbr>MEMORY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"memory"</span><span class="tsd-signature-symbol"> = &quot;memory&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/constants.ts#L30">src/constants.ts:30</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/constants.ts#L30">src/constants.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -3133,7 +3133,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> MISSING_<wbr>REFRESH_<wbr>T
<div class="tsd-signature tsd-kind-icon">MISSING_<wbr>REFRESH_<wbr>TOKEN_<wbr>ERROR_<wbr>MESSAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"The web worker is missing the refresh token"</span><span class="tsd-signature-symbol"> = &quot;The web worker is missing the refresh token&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/constants.ts#L32">src/constants.ts:32</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/constants.ts#L32">src/constants.ts:32</a></li>
</ul>
</aside>
</section>
Expand All @@ -3150,7 +3150,7 @@ <h3>create<wbr>Auth0<wbr>Client</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3285b24/src/index.ts#L20">src/index.ts:20</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/91b7683/src/index.ts#L20">src/index.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit e6c3ba1

Please sign in to comment.