Skip to content

Commit

Permalink
Release v9.19.0 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jan 25, 2022
1 parent 5eb72cf commit f2e0659
Show file tree
Hide file tree
Showing 25 changed files with 508 additions and 638 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v9.19.0](https://github.com/auth0/auth0.js/tree/v9.19.0) (2022-01-25)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.18.1...v9.19.0)

**Added**
- Add compatibility cookie for SameSite, with option to turn it off [\#1232](https://github.com/auth0/auth0.js/pull/1232) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v9.18.1](https://github.com/auth0/auth0.js/tree/v9.18.1) (2022-01-14)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.18.0...v9.18.1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ From CDN:

```html
<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.18.1/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.19.0/auth0.min.js"></script>
```

From [npm](https://npmjs.org):
Expand Down
608 changes: 249 additions & 359 deletions dist/auth0.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/auth0.min.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.esm.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/auth0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.js.map

Large diffs are not rendered by default.

149 changes: 39 additions & 110 deletions dist/cordova-auth0-plugin.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cordova-auth0-plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cordova-auth0-plugin.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -4169,7 +4169,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
73 changes: 53 additions & 20 deletions docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,39 @@ <h6>Properties</h6>



<tr>

<td class="name"><code>legacySameSiteCookie</code></td>


<td class="type">


<span class="param-type">Boolean</span>



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last"><p>set this to <code>false</code> to disable the legacy compatibility cookie that is created for older browsers that don't support the SameSite attribute (defaults to <code>true</code>)</p></td>
</tr>



<tr>

<td class="name"><code>_timesToRetryFailedRequests</code></td>
Expand Down Expand Up @@ -628,7 +661,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line45">line 45</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line46">line 46</a>
</li></ul></dd>


Expand Down Expand Up @@ -735,7 +768,7 @@ <h5>Type:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line181">line 181</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line192">line 192</a>
</li></ul></dd>


Expand Down Expand Up @@ -803,7 +836,7 @@ <h5>Type:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line178">line 178</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line189">line 189</a>
</li></ul></dd>


Expand Down Expand Up @@ -1332,7 +1365,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line726">line 726</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line738">line 738</a>
</li></ul></dd>


Expand Down Expand Up @@ -1571,7 +1604,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line656">line 656</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line668">line 668</a>
</li></ul></dd>


Expand Down Expand Up @@ -2017,7 +2050,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line590">line 590</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line602">line 602</a>
</li></ul></dd>


Expand Down Expand Up @@ -2114,7 +2147,7 @@ <h4 class="name" id="crossOriginAuthenticationCallback"><span class="type-signat

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line936">line 936</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line948">line 948</a>
</li></ul></dd>


Expand Down Expand Up @@ -2202,7 +2235,7 @@ <h4 class="name" id="crossOriginVerification"><span class="type-signature"></spa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line947">line 947</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line959">line 959</a>
</li></ul></dd>


Expand Down Expand Up @@ -2562,7 +2595,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line823">line 823</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line835">line 835</a>
</li></ul></dd>


Expand Down Expand Up @@ -2850,7 +2883,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line957">line 957</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line969">line 969</a>
</li></ul></dd>


Expand Down Expand Up @@ -3181,7 +3214,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line193">line 193</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line204">line 204</a>
</li></ul></dd>


Expand Down Expand Up @@ -3483,7 +3516,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line879">line 879</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line891">line 891</a>
</li></ul></dd>


Expand Down Expand Up @@ -3865,7 +3898,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line671">line 671</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line683">line 683</a>
</li></ul></dd>


Expand Down Expand Up @@ -4219,7 +4252,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line982">line 982</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line994">line 994</a>
</li></ul></dd>


Expand Down Expand Up @@ -4664,7 +4697,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line1047">line 1047</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line1059">line 1059</a>
</li></ul></dd>


Expand Down Expand Up @@ -5270,7 +5303,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line508">line 508</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line520">line 520</a>
</li></ul></dd>


Expand Down Expand Up @@ -5723,7 +5756,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line705">line 705</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line717">line 717</a>
</li></ul></dd>


Expand Down Expand Up @@ -5986,7 +6019,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line781">line 781</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line793">line 793</a>
</li></ul></dd>


Expand Down Expand Up @@ -6309,7 +6342,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line280">line 280</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line291">line 291</a>
</li></ul></dd>


Expand Down Expand Up @@ -6361,7 +6394,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/authentication_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
12 changes: 6 additions & 6 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line813">line 813</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line825">line 825</a>
</li></ul></dd>


Expand Down Expand Up @@ -348,7 +348,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line818">line 818</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line830">line 830</a>
</li></ul></dd>


Expand Down Expand Up @@ -481,7 +481,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line874">line 874</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line886">line 886</a>
</li></ul></dd>


Expand Down Expand Up @@ -614,7 +614,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line977">line 977</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line989">line 989</a>
</li></ul></dd>


Expand Down Expand Up @@ -792,7 +792,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line474">line 474</a>
<a href="web-auth_index.js.html">web-auth/index.js</a>, <a href="web-auth_index.js.html#line486">line 486</a>
</li></ul></dd>


Expand Down Expand Up @@ -842,7 +842,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="page-title">Home</h1>



<h3>auth0-js 9.18.1</h3>
<h3>auth0-js 9.19.0</h3>



Expand Down Expand Up @@ -71,7 +71,7 @@ <h2>Index</h2>
<h2>Install</h2>
<p>From CDN:</p>
<pre class="prettyprint source lang-html"><code>&lt;!-- Latest patch release -->
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.18.1/auth0.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.19.0/auth0.min.js&quot;>&lt;/script>
</code></pre>
<p>From <a href="https://npmjs.org">npm</a>:</p>
<pre class="prettyprint source lang-sh"><code>npm install auth0-js
Expand Down Expand Up @@ -345,7 +345,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/management_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 14:25:33 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Tue Jan 25 2022 10:13:55 GMT+0000 (Greenwich Mean Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit f2e0659

Please sign in to comment.