Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.7.0-beta.2 #334

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<<<<<<< HEAD
# Change Log

## [v1.7.0-beta.2](https://github.com/auth0/auth0-spa-js/tree/v1.7.0-beta.2) (2020-01-16)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.7.0-beta.1...v1.7.0-beta.2)

**Changed**

- Fixed issue with cache not retaining refresh token [\#333](https://github.com/auth0/auth0-spa-js/pull/333) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v1.7.0-beta.1](https://github.com/auth0/auth0-spa-js/tree/v1.7.0-beta.1) (2020-01-08)

Expand All @@ -20,8 +28,6 @@ Removed future issued-at claim check [stevehobbsdev](https://github.com/stevehob
Included core-js polyfill for `String.includes` to fix an issue with browser-tabs-lock in IE11 [stevehobbsdev](https://github.com/stevehobbsdev) - https://github.com/auth0/auth0-spa-js/pull/325
Added import definition to Getting Started section in the Readme for clarity [thundermiracle](https://github.com/thundermiracle) - https://github.com/auth0/auth0-spa-js/pull/294

> > > > > > > origin/master

## [v1.6.0](https://github.com/auth0/auth0-spa-js/tree/v1.6.0) (2019-11-19)

**Added**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Auth0 SDK for Single Page Applications using [Authorization Code Grant Flow with
From the CDN:

```html
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.7.0-beta.1/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.7.0-beta.2/auth0-spa-js.production.js"></script>
```

Using [npm](https://npmjs.org):
Expand Down
24 changes: 12 additions & 12 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,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/0f52eca/src/Auth0Client.ts#L47">src/Auth0Client.ts:47</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L47">src/Auth0Client.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2563,7 +2563,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">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/src/Auth0Client.ts#L47">src/Auth0Client.ts:47</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L47">src/Auth0Client.ts:47</a></li>
</ul>
</aside>
</section>
Expand All @@ -2580,7 +2580,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/0f52eca/src/Auth0Client.ts#L140">src/Auth0Client.ts:140</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L140">src/Auth0Client.ts:140</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2613,7 +2613,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/0f52eca/src/Auth0Client.ts#L283">src/Auth0Client.ts:283</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L283">src/Auth0Client.ts:283</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2644,7 +2644,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/0f52eca/src/Auth0Client.ts#L390">src/Auth0Client.ts:390</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L390">src/Auth0Client.ts:390</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2679,7 +2679,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/0f52eca/src/Auth0Client.ts#L447">src/Auth0Client.ts:447</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L447">src/Auth0Client.ts:447</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2716,7 +2716,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/0f52eca/src/Auth0Client.ts#L258">src/Auth0Client.ts:258</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L258">src/Auth0Client.ts:258</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2748,7 +2748,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/0f52eca/src/Auth0Client.ts#L325">src/Auth0Client.ts:325</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L325">src/Auth0Client.ts:325</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2779,7 +2779,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/0f52eca/src/Auth0Client.ts#L480">src/Auth0Client.ts:480</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L480">src/Auth0Client.ts:480</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2803,7 +2803,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/0f52eca/src/Auth0Client.ts#L194">src/Auth0Client.ts:194</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L194">src/Auth0Client.ts:194</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2843,7 +2843,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/0f52eca/src/Auth0Client.ts#L314">src/Auth0Client.ts:314</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L314">src/Auth0Client.ts:314</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2876,7 +2876,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/0f52eca/src/Auth0Client.ts#L495">src/Auth0Client.ts:495</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L495">src/Auth0Client.ts:495</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,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/0f52eca/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2544,7 +2544,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/0f52eca/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2555,7 +2555,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/0f52eca/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2599,7 +2599,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/0f52eca/src/errors.ts#L9">src/errors.ts:9</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L9">src/errors.ts:9</a></li>
</ul>
</aside>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/fakelock.html
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ <h3>acquire<wbr>Lock</h3>
<div class="tsd-signature tsd-kind-icon">acquire<wbr>Lock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Mock</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;acquireLockMock</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/__mocks__/browser-tabs-lock/index.ts#L5">__mocks__/browser-tabs-lock/index.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/__mocks__/browser-tabs-lock/index.ts#L5">__mocks__/browser-tabs-lock/index.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -2490,7 +2490,7 @@ <h3>release<wbr>Lock</h3>
<div class="tsd-signature tsd-kind-icon">release<wbr>Lock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Mock</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;releaseLockMock</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/__mocks__/browser-tabs-lock/index.ts#L6">__mocks__/browser-tabs-lock/index.ts:6</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/__mocks__/browser-tabs-lock/index.ts#L6">__mocks__/browser-tabs-lock/index.ts:6</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 @@ -2519,7 +2519,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/0f52eca/src/errors.ts#L1">src/errors.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L1">src/errors.ts:1</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2544,7 +2544,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/0f52eca/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2554,7 +2554,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/0f52eca/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/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 @@ -2475,7 +2475,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.0-beta.1/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.7.0-beta.2/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 @@ -2694,7 +2694,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> GET_<wbr>TOKEN_<wbr>SILENTL
<div class="tsd-signature tsd-kind-icon">GET_<wbr>TOKEN_<wbr>SILENTLY_<wbr>LOCK_<wbr>KEY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"auth0.lock.getTokenSilently"</span><span class="tsd-signature-symbol"> =&nbsp;&quot;auth0.lock.getTokenSilently&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/src/Auth0Client.ts#L26">src/Auth0Client.ts:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L26">src/Auth0Client.ts:26</a></li>
</ul>
</aside>
</section>
Expand All @@ -2704,7 +2704,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> acquire<wbr>Lock<wbr>Mock</
<div class="tsd-signature tsd-kind-icon">acquire<wbr>Lock<wbr>Mock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Mock</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;jest.fn()</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/__mocks__/browser-tabs-lock/index.ts#L1">__mocks__/browser-tabs-lock/index.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/__mocks__/browser-tabs-lock/index.ts#L1">__mocks__/browser-tabs-lock/index.ts:1</a></li>
</ul>
</aside>
</section>
Expand All @@ -2714,7 +2714,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> lock</h3>
<div class="tsd-signature tsd-kind-icon">lock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SuperTokensLock</span><span class="tsd-signature-symbol"> =&nbsp;new Lock()</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/src/Auth0Client.ts#L25">src/Auth0Client.ts:25</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L25">src/Auth0Client.ts:25</a></li>
</ul>
</aside>
</section>
Expand All @@ -2724,7 +2724,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> release<wbr>Lock<wbr>Mock</
<div class="tsd-signature tsd-kind-icon">release<wbr>Lock<wbr>Mock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Mock</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;jest.fn()</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/__mocks__/browser-tabs-lock/index.ts#L2">__mocks__/browser-tabs-lock/index.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/__mocks__/browser-tabs-lock/index.ts#L2">__mocks__/browser-tabs-lock/index.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2741,7 +2741,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> cache<wbr>Factory</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/0f52eca/src/Auth0Client.ts#L28">src/Auth0Client.ts:28</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/Auth0Client.ts#L28">src/Auth0Client.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2764,7 +2764,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/0f52eca/src/index.ts#L16">src/index.ts:16</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/3af601e/src/index.ts#L16">src/index.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading