Skip to content

Commit

Permalink
Release v1.19.4 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jan 14, 2022
1 parent d21736f commit 2c35029
Show file tree
Hide file tree
Showing 33 changed files with 230 additions and 219 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v1.19.4](https://github.com/auth0/auth0-spa-js/tree/v1.19.4) (2022-01-14)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.19.3...v1.19.4)

**Fixed**
- Org ID hint cookie expiry now aligns with is.authenticated cookie [\#861](https://github.com/auth0/auth0-spa-js/pull/861) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- Bump follow-redirects from 1.14.0 to 1.14.7 [\#860](https://github.com/auth0/auth0-spa-js/pull/860) ([dependabot[bot]](https://github.com/apps/dependabot))
- [Snyk] Upgrade core-js from 3.19.2 to 3.20.0 [\#858](https://github.com/auth0/auth0-spa-js/pull/858) ([snyk-bot](https://github.com/snyk-bot))
- [Snyk] Upgrade core-js from 3.19.1 to 3.19.2 [\#851](https://github.com/auth0/auth0-spa-js/pull/851) ([snyk-bot](https://github.com/snyk-bot))

## [v1.19.3](https://github.com/auth0/auth0-spa-js/tree/v1.19.3) (2021-12-01)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.19.2...v1.19.3)
Expand Down
30 changes: 15 additions & 15 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,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/9c834f1/src/Auth0Client.ts#L205">src/Auth0Client.ts:205</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L205">src/Auth0Client.ts:205</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2856,7 +2856,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/9c834f1/src/Auth0Client.ts#L204">src/Auth0Client.ts:204</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L204">src/Auth0Client.ts:204</a></li>
</ul>
</aside>
</section>
Expand All @@ -2873,7 +2873,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/9c834f1/src/Auth0Client.ts#L399">src/Auth0Client.ts:399</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L401">src/Auth0Client.ts:401</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2907,7 +2907,7 @@ <h3>build<wbr>Logout<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/9c834f1/src/Auth0Client.ts#L969">src/Auth0Client.ts:969</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L971">src/Auth0Client.ts:971</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2939,7 +2939,7 @@ <h3>check<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/Auth0Client.ts#L740">src/Auth0Client.ts:740</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L742">src/Auth0Client.ts:742</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2984,7 +2984,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/9c834f1/src/Auth0Client.ts#L590">src/Auth0Client.ts:590</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L592">src/Auth0Client.ts:592</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3020,7 +3020,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/9c834f1/src/Auth0Client.ts#L768">src/Auth0Client.ts:768</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L770">src/Auth0Client.ts:770</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3059,7 +3059,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/Auth0Client.ts#L777">src/Auth0Client.ts:777</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L779">src/Auth0Client.ts:779</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3107,7 +3107,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/9c834f1/src/Auth0Client.ts#L917">src/Auth0Client.ts:917</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L919">src/Auth0Client.ts:919</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3145,7 +3145,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/9c834f1/src/Auth0Client.ts#L560">src/Auth0Client.ts:560</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L562">src/Auth0Client.ts:562</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3190,7 +3190,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/9c834f1/src/Auth0Client.ts#L632">src/Auth0Client.ts:632</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L634">src/Auth0Client.ts:634</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3227,7 +3227,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/9c834f1/src/Auth0Client.ts#L956">src/Auth0Client.ts:956</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L958">src/Auth0Client.ts:958</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3252,7 +3252,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/9c834f1/src/Auth0Client.ts#L459">src/Auth0Client.ts:459</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L461">src/Auth0Client.ts:461</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3299,7 +3299,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/9c834f1/src/Auth0Client.ts#L618">src/Auth0Client.ts:618</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L620">src/Auth0Client.ts:620</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3339,7 +3339,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/9c834f1/src/Auth0Client.ts#L1001">src/Auth0Client.ts:1001</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/Auth0Client.ts#L1003">src/Auth0Client.ts:1003</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,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/9c834f1/src/errors.ts#L31">src/errors.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L31">src/errors.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2852,7 +2852,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/9c834f1/src/errors.ts#L37">src/errors.ts:37</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L37">src/errors.ts:37</a></li>
</ul>
</aside>
</section>
Expand All @@ -2863,7 +2863,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/9c834f1/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L11">src/errors.ts:11</a></li>
</ul>
</aside>
</section>
Expand All @@ -2874,7 +2874,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/9c834f1/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L11">src/errors.ts:11</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2917,7 +2917,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/9c834f1/src/errors.ts#L36">src/errors.ts:36</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L36">src/errors.ts:36</a></li>
</ul>
</aside>
</section>
Expand All @@ -2935,7 +2935,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/errors.ts#L16">src/errors.ts:16</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/errors.ts#L16">src/errors.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
16 changes: 8 additions & 8 deletions docs/classes/cachekey.html
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,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/9c834f1/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2828,7 +2828,7 @@ <h3>audience</h3>
<div class="tsd-signature tsd-kind-icon">audience<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/9c834f1/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
</section>
Expand All @@ -2838,7 +2838,7 @@ <h3>client_<wbr>id</h3>
<div class="tsd-signature tsd-kind-icon">client_<wbr>id<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/9c834f1/src/cache/shared.ts#L12">src/cache/shared.ts:12</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L12">src/cache/shared.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -2848,7 +2848,7 @@ <h3>prefix</h3>
<div class="tsd-signature tsd-kind-icon">prefix<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/9c834f1/src/cache/shared.ts#L16">src/cache/shared.ts:16</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L16">src/cache/shared.ts:16</a></li>
</ul>
</aside>
</section>
Expand All @@ -2858,7 +2858,7 @@ <h3>scope</h3>
<div class="tsd-signature tsd-kind-icon">scope<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/9c834f1/src/cache/shared.ts#L13">src/cache/shared.ts:13</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L13">src/cache/shared.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -2875,7 +2875,7 @@ <h3>to<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/shared.ts#L26">src/cache/shared.ts:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L26">src/cache/shared.ts:26</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2898,7 +2898,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Cache<wbr>Entry<
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/shared.ts#L46">src/cache/shared.ts:46</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L46">src/cache/shared.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2930,7 +2930,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/shared.ts#L35">src/cache/shared.ts:35</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/shared.ts#L35">src/cache/shared.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/cachekeymanifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,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/9c834f1/src/cache/key-manifest.ts#L9">src/cache/key-manifest.ts:9</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/key-manifest.ts#L9">src/cache/key-manifest.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2815,7 +2815,7 @@ <h3>add</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/key-manifest.ts#L15">src/cache/key-manifest.ts:15</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/key-manifest.ts#L15">src/cache/key-manifest.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2838,7 +2838,7 @@ <h3>clear</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/key-manifest.ts#L46">src/cache/key-manifest.ts:46</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/key-manifest.ts#L46">src/cache/key-manifest.ts:46</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../globals.html#maybepromise" class="tsd-signature-type">MaybePromise</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -2855,7 +2855,7 @@ <h3>get</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/key-manifest.ts#L42">src/cache/key-manifest.ts:42</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/key-manifest.ts#L42">src/cache/key-manifest.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../globals.html#maybepromise" class="tsd-signature-type">MaybePromise</a><span class="tsd-signature-symbol">&lt;</span><a href="../globals.html#keymanifestentry" class="tsd-signature-type">KeyManifestEntry</a><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -2872,7 +2872,7 @@ <h3>remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9c834f1/src/cache/key-manifest.ts#L27">src/cache/key-manifest.ts:27</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/d21736f/src/cache/key-manifest.ts#L27">src/cache/key-manifest.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 2c35029

Please sign in to comment.