Skip to content

Commit

Permalink
Release v3.1.2 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Jan 25, 2023
1 parent 7a629df commit 636deb8
Show file tree
Hide file tree
Showing 90 changed files with 321 additions and 119 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.1.2](https://github.com/auth0/node-auth0/tree/v3.1.2) (2023-01-25)

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

**Fixed**

- Add support for proxy in AuthenticationClient [\#779](https://github.com/auth0/node-auth0/pull/779) ([frederikprijck](https://github.com/frederikprijck))

## [v3.1.1](https://github.com/auth0/node-auth0/tree/v3.1.1) (2023-01-12)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.1.0...v3.1.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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 @@ -473,6 +473,42 @@ <h5>Parameters:</h5>
</tr>



<tr>

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


<td class="type">


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



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last">
<p>Add the <code>superagent-proxy</code> dependency and specify a proxy url eg 'https://myproxy.com:1234'</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -578,7 +614,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#line92">line 92</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line94">line 94</a>
</li></ul></dd>


Expand Down Expand Up @@ -652,7 +688,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#line85">line 85</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line87">line 87</a>
</li></ul></dd>


Expand Down Expand Up @@ -726,7 +762,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#line99">line 99</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line101">line 101</a>
</li></ul></dd>


Expand Down Expand Up @@ -800,7 +836,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#line113">line 113</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line115">line 115</a>
</li></ul></dd>


Expand Down Expand Up @@ -874,7 +910,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#line106">line 106</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line108">line 108</a>
</li></ul></dd>


Expand Down Expand Up @@ -958,7 +994,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#line409">line 409</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line411">line 411</a>
</li></ul></dd>


Expand Down Expand Up @@ -1294,7 +1330,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#line494">line 494</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line496">line 496</a>
</li></ul></dd>


Expand Down Expand Up @@ -1574,7 +1610,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#line365">line 365</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line367">line 367</a>
</li></ul></dd>


Expand Down Expand Up @@ -1936,7 +1972,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#line467">line 467</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line469">line 469</a>
</li></ul></dd>


Expand Down Expand Up @@ -2114,7 +2150,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#line534">line 534</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line536">line 536</a>
</li></ul></dd>


Expand Down Expand Up @@ -2544,7 +2580,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#line566">line 566</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line568">line 568</a>
</li></ul></dd>


Expand Down Expand Up @@ -2781,7 +2817,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#line444">line 444</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line446">line 446</a>
</li></ul></dd>


Expand Down Expand Up @@ -3116,7 +3152,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#line180">line 180</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line182">line 182</a>
</li></ul></dd>


Expand Down Expand Up @@ -3443,7 +3479,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#line146">line 146</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line148">line 148</a>
</li></ul></dd>


Expand Down Expand Up @@ -3772,7 +3808,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#line256">line 256</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line258">line 258</a>
</li></ul></dd>


Expand Down Expand Up @@ -4051,7 +4087,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#line221">line 221</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line223">line 223</a>
</li></ul></dd>


Expand Down Expand Up @@ -4366,7 +4402,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#line317">line 317</a>
<a href="auth_index.js.html">auth/index.js</a>, <a href="auth_index.js.html#line319">line 319</a>
</li></ul></dd>


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

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 @@ -2468,7 +2468,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 @@ -257,6 +257,42 @@ <h5>Parameters:</h5>
</tr>



<tr>

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


<td class="type">


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



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last">
<p>Add the <code>superagent-proxy</code> dependency and specify a proxy url eg 'https://myproxy.com:1234'</p>

</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -377,7 +413,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#line186">line 186</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line188">line 188</a>
</li></ul></dd>


Expand Down Expand Up @@ -713,7 +749,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#line250">line 250</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line252">line 252</a>
</li></ul></dd>


Expand Down Expand Up @@ -1048,7 +1084,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#line70">line 70</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line72">line 72</a>
</li></ul></dd>


Expand Down Expand Up @@ -1383,7 +1419,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#line121">line 121</a>
<a href="auth_DatabaseAuthenticator.js.html">auth/DatabaseAuthenticator.js</a>, <a href="auth_DatabaseAuthenticator.js.html#line123">line 123</a>
</li></ul></dd>


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

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean 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 Thu Jan 12 2023 19:16:31 GMT+0000 (Greenwich Mean Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 10:24:08 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

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

0 comments on commit 636deb8

Please sign in to comment.