diff --git a/CHANGELOG.md b/CHANGELOG.md index c290dc4b1..f8a3e55ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v2.38.0](https://github.com/auth0/node-auth0/tree/v2.38.0) (2022-01-26) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.37.0...v2.38.0) + +**Added** + +- [CAUTH-1274]: feat(attack protection): add breached password detection endpoints [\#676](https://github.com/auth0/node-auth0/pull/676) ([sdwvit](https://github.com/sdwvit)) +- [CAUTH-1272]: feat(attack protection): add suspicious IP throttling endpoints support [\#672](https://github.com/auth0/node-auth0/pull/672) ([sdwvit](https://github.com/sdwvit)) +- [CAUTH-1270]: feat(attack protection): add brute-force-protection endpoints support [\#666](https://github.com/auth0/node-auth0/pull/666) ([sdwvit](https://github.com/sdwvit)) + +**Changed** + +- refactor to es6 syntax with classes [\#665](https://github.com/auth0/node-auth0/pull/665) ([hornta](https://github.com/hornta)) + +**Fixed** + +- [SDK-3030] Wrong url when doing assign users with a callback [\#686](https://github.com/auth0/node-auth0/pull/686) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v2.37.0](https://github.com/auth0/node-auth0/tree/v2.37.0) (2021-10-14) [Full Changelog](https://github.com/auth0/node-auth0/compare/v2.36.2...v2.37.0) diff --git a/docs/module-management.ActionsManager.html b/docs/ActionsManager.html similarity index 51% rename from docs/module-management.ActionsManager.html rename to docs/ActionsManager.html index 8f91892a2..31d21b9b2 100644 --- a/docs/module-management.ActionsManager.html +++ b/docs/ActionsManager.html @@ -24,7 +24,8 @@
@@ -42,13 +43,10 @@

ActionsManager

- management. - ActionsManager

-

ActionsManager -Actions provide a way to extend +

Actions provide a way to extend Auth0 flows with custom logic. See the Actions documentation for more information.

@@ -104,7 +102,7 @@

new Act
Source:
@@ -154,7 +152,7 @@

Parameters:
-Object +object @@ -199,7 +197,7 @@
Parameters:
-String +string @@ -233,7 +231,7 @@
Parameters:
-Object +object @@ -269,7 +267,7 @@
Parameters:
-Object +object @@ -337,159 +335,6 @@
Parameters:
-

Members

- - - -
-

(inner) auth0RestClient :external:RestClient

- - - - -
-

Provides an abstraction layer for consuming the -Auth0 Actions endpoint.

-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - -
Type:
- - - - - - -
- - - -
-

(inner) clientOptions :Object

- - - - -
-

Options object for the Rest Client instance.

-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - -
Type:
-
    -
  • - -Object - - -
  • -
- - - - - -
- - -

Methods

@@ -543,7 +388,7 @@

createSource:
@@ -595,7 +440,7 @@
Parameters:
-Object +object @@ -764,7 +609,7 @@

createVe
Source:
@@ -816,7 +661,7 @@

Parameters:
-Object +object @@ -867,7 +712,7 @@
Parameters:
-String +string @@ -901,7 +746,7 @@
Parameters:
-Object +object @@ -1066,7 +911,7 @@

deleteSource:
@@ -1118,7 +963,7 @@
Parameters:
-Object +object @@ -1169,7 +1014,7 @@
Parameters:
-String +string @@ -1336,7 +1181,7 @@

deploySource:
@@ -1388,7 +1233,7 @@
Parameters:
-Object +object @@ -1439,7 +1284,7 @@
Parameters:
-String +string @@ -1604,7 +1449,7 @@

deployVe
Source:
@@ -1656,7 +1501,7 @@

Parameters:
-Object +object @@ -1707,7 +1552,7 @@
Parameters:
-String +string @@ -1733,7 +1578,7 @@
Parameters:
-String +string @@ -1898,7 +1743,7 @@

getSource:
@@ -1950,7 +1795,7 @@
Parameters:
-Object +object @@ -2001,7 +1846,7 @@
Parameters:
-String +string @@ -2167,7 +2012,7 @@

getAllSource:
@@ -2219,7 +2064,7 @@
Parameters:
-Object +object @@ -2274,7 +2119,7 @@
Parameters:
-Number +number @@ -2310,7 +2155,7 @@
Parameters:
-Number +number @@ -2346,7 +2191,7 @@
Parameters:
-String +string @@ -2382,7 +2227,7 @@
Parameters:
-String +string @@ -2568,7 +2413,7 @@

getAllT
Source:
@@ -2620,7 +2465,7 @@

Parameters:
-Object +object @@ -2675,7 +2520,7 @@
Parameters:
-Number +number @@ -2711,7 +2556,7 @@
Parameters:
-Number +number @@ -2848,6 +2693,275 @@
Example

+
+ + + +

getExecution(params, cbopt) → {Promise|undefined}

+ + + + + +
+

Get an execution by ID.

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
params + + +object + + + + + + + + + + +

Action Execution parameters.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
id + + +string + + + + +

Action Execution ID.

+ +
+ + +
cb + + +function + + + + + + <optional>
+ + + + + +
+

Callback function.

+ +
+ + + + + + + + + + + + + + +
+
Returns:
+ + + +
+
+ Type: +
+
+ +Promise +| + +undefined + + +
+
+ + + +
+ + + +
+
Example
+ +
management.actions.getExecution({ execution_id: EXECUTION_ID }, function (err, action) {
+  if (err) {
+    // Handle error.
+  }
+
+  console.log(ActionExecution);
+});
+ +
+ +
+ +
@@ -2895,7 +3009,7 @@

get
Source:
@@ -2947,7 +3061,7 @@

Parameters:
-Object +object @@ -2998,7 +3112,7 @@
Parameters:
-String +string @@ -3167,7 +3281,7 @@

getVersion<
Source:
@@ -3219,7 +3333,7 @@

Parameters:
-Object +object @@ -3270,7 +3384,7 @@
Parameters:
-String +string @@ -3296,7 +3410,7 @@
Parameters:
-String +string @@ -3461,7 +3575,7 @@

getVersion
Source:
@@ -3513,7 +3627,7 @@

Parameters:
-Object +object @@ -3568,7 +3682,7 @@
Parameters:
-Number +number @@ -3604,7 +3718,7 @@
Parameters:
-Number +number @@ -3640,7 +3754,7 @@
Parameters:
-String +string @@ -3824,7 +3938,7 @@

testSource:
@@ -3876,7 +3990,7 @@
Parameters:
-Object +object @@ -3927,7 +4041,7 @@
Parameters:
-String +string @@ -3961,7 +4075,7 @@
Parameters:
-Object +object @@ -4126,7 +4240,7 @@

updateSource:
@@ -4178,7 +4292,7 @@
Parameters:
-Object +object @@ -4229,7 +4343,7 @@
Parameters:
-String +string @@ -4263,7 +4377,7 @@
Parameters:
-Object +object @@ -4442,7 +4556,7 @@

Source:
@@ -4494,7 +4608,7 @@

Parameters:
-Object +object @@ -4545,7 +4659,7 @@
Parameters:
-String +string @@ -4579,7 +4693,7 @@
Parameters:
-Object +object @@ -4718,7 +4832,7 @@
Example

- Generated by JSDoc 3.6.7 on Thu Oct 14 2021 09:34:48 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.7 on Wed Jan 26 2022 07:54:49 GMT-0400 (Atlantic Standard Time) using the Minami theme.
diff --git a/docs/module-auth.AuthenticationClient.html b/docs/AuthenticationClient.html similarity index 51% rename from docs/module-auth.AuthenticationClient.html rename to docs/AuthenticationClient.html index d35ba67dd..c3a643cd6 100644 --- a/docs/module-auth.AuthenticationClient.html +++ b/docs/AuthenticationClient.html @@ -24,7 +24,8 @@
@@ -42,14 +43,11 @@

AuthenticationClient

- auth. - AuthenticationClient

Authentication API SDK.

-

This client must used to access Auth0's -Authentication API.

+

This client must used to access Auth0's Authentication API.

@@ -103,7 +101,7 @@

n
Source:
@@ -153,7 +151,7 @@

Parameters:
-Object +object @@ -198,7 +196,7 @@
Parameters:
-String +string @@ -232,7 +230,7 @@
Parameters:
-String +string @@ -268,7 +266,7 @@
Parameters:
-String +string @@ -304,7 +302,7 @@
Parameters:
-String +string @@ -340,7 +338,7 @@
Parameters:
-Boolean +boolean @@ -376,7 +374,7 @@
Parameters:
-Object +object @@ -466,7 +464,7 @@

Members

-

database :DatabaseAuthenticator

+

database :DatabaseAuthenticator

@@ -508,7 +506,7 @@

databaseSource:
@@ -525,7 +523,7 @@
Type: