Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Aug 29, 2023
1 parent 01b9336 commit 5f54d6b
Show file tree
Hide file tree
Showing 1,079 changed files with 100,413 additions and 16,972 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

## [v3.7.0](https://github.com/auth0/node-auth0/tree/v3.7.0) (2023-08-29)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.6.0...v3.7.0)

**Added**

- feat: add configuration for using persistent connections [\#919](https://github.com/auth0/node-auth0/pull/919) ([alaczi](https://github.com/alaczi))

## [v3.6.1](https://github.com/auth0/node-auth0/tree/v3.6.1) (2023-08-22)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.6.0...v3.6.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/ActionsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -4937,7 +4937,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AttackProtectionManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
72 changes: 54 additions & 18 deletions docs/AuthenticationClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,42 @@ <h5>Parameters:</h5>
</tr>



<tr>

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


<td class="type">


<span class="param-type"><code>boolean</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last">
<p>Keep the http connections alive.</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -614,7 +650,7 @@ <h4 class="name" id="database"><span class="type-signature"></span>database<span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line94">line 94</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line96">line 96</a>
</li></ul></dd>


Expand Down Expand Up @@ -688,7 +724,7 @@ <h4 class="name" id="oauth"><span class="type-signature"></span>oauth<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line87">line 87</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line89">line 89</a>
</li></ul></dd>


Expand Down Expand Up @@ -762,7 +798,7 @@ <h4 class="name" id="passwordless"><span class="type-signature"></span>passwordl

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line101">line 101</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line103">line 103</a>
</li></ul></dd>


Expand Down Expand Up @@ -836,7 +872,7 @@ <h4 class="name" id="tokens"><span class="type-signature"></span>tokens<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line115">line 115</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line117">line 117</a>
</li></ul></dd>


Expand Down Expand Up @@ -910,7 +946,7 @@ <h4 class="name" id="users"><span class="type-signature"></span>users<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line108">line 108</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line110">line 110</a>
</li></ul></dd>


Expand Down Expand Up @@ -994,7 +1030,7 @@ <h4 class="name" id="changePassword"><span class="type-signature"></span>changeP

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line411">line 411</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line413">line 413</a>
</li></ul></dd>


Expand Down Expand Up @@ -1330,7 +1366,7 @@ <h4 class="name" id="clientCredentialsGrant"><span class="type-signature"></span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line496">line 496</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line498">line 498</a>
</li></ul></dd>


Expand Down Expand Up @@ -1610,7 +1646,7 @@ <h4 class="name" id="getDelegationToken"><span class="type-signature"></span>get

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line367">line 367</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line369">line 369</a>
</li></ul></dd>


Expand Down Expand Up @@ -1972,7 +2008,7 @@ <h4 class="name" id="getProfile"><span class="type-signature"></span>getProfile<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line469">line 469</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line471">line 471</a>
</li></ul></dd>


Expand Down Expand Up @@ -2150,7 +2186,7 @@ <h4 class="name" id="passwordGrant"><span class="type-signature"></span>password

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line536">line 536</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line538">line 538</a>
</li></ul></dd>


Expand Down Expand Up @@ -2580,7 +2616,7 @@ <h4 class="name" id="refreshToken"><span class="type-signature"></span>refreshTo

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line568">line 568</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line570">line 570</a>
</li></ul></dd>


Expand Down Expand Up @@ -2817,7 +2853,7 @@ <h4 class="name" id="requestChangePasswordEmail"><span class="type-signature"></

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line446">line 446</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line448">line 448</a>
</li></ul></dd>


Expand Down Expand Up @@ -3152,7 +3188,7 @@ <h4 class="name" id="requestEmailCode"><span class="type-signature"></span>reque

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line182">line 182</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line184">line 184</a>
</li></ul></dd>


Expand Down Expand Up @@ -3479,7 +3515,7 @@ <h4 class="name" id="requestMagicLink"><span class="type-signature"></span>reque

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line148">line 148</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line150">line 150</a>
</li></ul></dd>


Expand Down Expand Up @@ -3808,7 +3844,7 @@ <h4 class="name" id="requestSMSCode"><span class="type-signature"></span>request

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line258">line 258</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line260">line 260</a>
</li></ul></dd>


Expand Down Expand Up @@ -4087,7 +4123,7 @@ <h4 class="name" id="verifyEmailCode"><span class="type-signature"></span>verify

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line223">line 223</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line225">line 225</a>
</li></ul></dd>


Expand Down Expand Up @@ -4402,7 +4438,7 @@ <h4 class="name" id="verifySMSCode"><span class="type-signature"></span>verifySM

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line319">line 319</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line321">line 321</a>
</li></ul></dd>


Expand Down Expand Up @@ -4730,7 +4766,7 @@ <h5>Examples</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/BlacklistedTokensManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/BrandingManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ClientCredentialsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ClientGrantsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ClientsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConnectionsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/CustomDomainsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
46 changes: 41 additions & 5 deletions docs/DatabaseAuthenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,42 @@ <h5>Parameters:</h5>
</tr>



<tr>

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


<td class="type">


<span class="param-type"><code>boolean</code></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last">
<p>Keep the connection alive</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -413,7 +449,7 @@ <h4 class="name" id="changePassword"><span class="type-signature"></span>changeP

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line189">line 189</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line191">line 191</a>
</li></ul></dd>


Expand Down Expand Up @@ -775,7 +811,7 @@ <h4 class="name" id="requestChangePasswordEmail"><span class="type-signature"></

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line253">line 253</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line255">line 255</a>
</li></ul></dd>


Expand Down Expand Up @@ -1110,7 +1146,7 @@ <h4 class="name" id="signIn"><span class="type-signature"></span>signIn<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line72">line 72</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line74">line 74</a>
</li></ul></dd>


Expand Down Expand Up @@ -1445,7 +1481,7 @@ <h4 class="name" id="signUp"><span class="type-signature"></span>signUp<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line123">line 123</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line125">line 125</a>
</li></ul></dd>


Expand Down Expand Up @@ -1748,7 +1784,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/DeviceCredentialsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 22 2023 11:29:45 GMT+0200 (Central European Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Aug 29 2023 12:48:14 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

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

0 comments on commit 5f54d6b

Please sign in to comment.