Skip to content

Commit

Permalink
Release 1.12.1 (#579)
Browse files Browse the repository at this point in the history
* Release 1.12.1

* Update CHANGELOG.md
  • Loading branch information
adamjmcgrath authored Sep 18, 2020
1 parent 5a4c0c8 commit ce1c870
Show file tree
Hide file tree
Showing 23 changed files with 147 additions and 136 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.12.1](https://github.com/auth0/auth0-spa-js/tree/v1.12.1) (2020-09-17)

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

**Fixed**

- Remove `sessionStorage` requirement from instantiation to fix SSR environments [\#578](https://github.com/auth0/auth0-spa-js/pull/578) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v1.12.0](https://github.com/auth0/auth0-spa-js/tree/v1.12.0) (2020-09-04)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.11.0...v1.12.0)
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.11/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.12/auth0-spa-js.production.js"></script>
```

Using [npm](https://npmjs.org):
Expand Down Expand Up @@ -278,5 +278,4 @@ Auth0 helps you to easily:

This project is licensed under the MIT license. See the [LICENSE](https://github.com/auth0/auth0-spa-js/blob/master/LICENSE) file for more info.


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Fauth0-spa-js.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Fauth0-spa-js?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Fauth0-spa-js.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Fauth0-spa-js?ref=badge_large)
26 changes: 13 additions & 13 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,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/25c548f/src/Auth0Client.ts#L139">src/Auth0Client.ts:139</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L139">src/Auth0Client.ts:139</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2936,7 +2936,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/25c548f/src/Auth0Client.ts#L138">src/Auth0Client.ts:138</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L138">src/Auth0Client.ts:138</a></li>
</ul>
</aside>
</section>
Expand All @@ -2953,7 +2953,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/25c548f/src/Auth0Client.ts#L267">src/Auth0Client.ts:267</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L267">src/Auth0Client.ts:267</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2986,7 +2986,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/25c548f/src/Auth0Client.ts#L540">src/Auth0Client.ts:540</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L540">src/Auth0Client.ts:540</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3022,7 +3022,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/25c548f/src/Auth0Client.ts#L417">src/Auth0Client.ts:417</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L417">src/Auth0Client.ts:417</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3053,7 +3053,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/25c548f/src/Auth0Client.ts#L583">src/Auth0Client.ts:583</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L583">src/Auth0Client.ts:583</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3097,7 +3097,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/25c548f/src/Auth0Client.ts#L654">src/Auth0Client.ts:654</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L654">src/Auth0Client.ts:654</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3134,7 +3134,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/25c548f/src/Auth0Client.ts#L395">src/Auth0Client.ts:395</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L395">src/Auth0Client.ts:395</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3166,7 +3166,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/25c548f/src/Auth0Client.ts#L452">src/Auth0Client.ts:452</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L452">src/Auth0Client.ts:452</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3197,7 +3197,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/25c548f/src/Auth0Client.ts#L689">src/Auth0Client.ts:689</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L689">src/Auth0Client.ts:689</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3221,7 +3221,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/25c548f/src/Auth0Client.ts#L318">src/Auth0Client.ts:318</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L318">src/Auth0Client.ts:318</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3261,7 +3261,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/25c548f/src/Auth0Client.ts#L441">src/Auth0Client.ts:441</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L441">src/Auth0Client.ts:441</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3294,7 +3294,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/25c548f/src/Auth0Client.ts#L709">src/Auth0Client.ts:709</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/Auth0Client.ts#L709">src/Auth0Client.ts:709</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 @@ -2897,7 +2897,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/25c548f/src/errors.ts#L19">src/errors.ts:19</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L19">src/errors.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2928,7 +2928,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/25c548f/src/errors.ts#L24">src/errors.ts:24</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L24">src/errors.ts:24</a></li>
</ul>
</aside>
</section>
Expand All @@ -2939,7 +2939,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2950,7 +2950,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2993,7 +2993,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/25c548f/src/errors.ts#L23">src/errors.ts:23</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L23">src/errors.ts:23</a></li>
</ul>
</aside>
</section>
Expand All @@ -3011,7 +3011,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/25c548f/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/genericerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,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/25c548f/src/errors.ts#L1">src/errors.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L1">src/errors.ts:1</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2925,7 +2925,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2935,7 +2935,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2996,7 +2996,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/25c548f/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/popuptimeouterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2893,7 +2893,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="timeouterror.html">TimeoutError</a>.<a href="timeouterror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/25c548f/src/errors.ts#L40">src/errors.ts:40</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L40">src/errors.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2916,7 +2916,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2927,7 +2927,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2959,7 +2959,7 @@ <h3>popup</h3>
<div class="tsd-signature tsd-kind-icon">popup<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Window</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/25c548f/src/errors.ts#L41">src/errors.ts:41</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L41">src/errors.ts:41</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2988,7 +2988,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/25c548f/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/timeouterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,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/25c548f/src/errors.ts#L32">src/errors.ts:32</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L32">src/errors.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="timeouterror.html" class="tsd-signature-type">TimeoutError</a></h4>
Expand All @@ -2911,7 +2911,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2922,7 +2922,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/25c548f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2973,7 +2973,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/25c548f/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/5a4c0c8/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit ce1c870

Please sign in to comment.