diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bf245d1..d4e80599c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v2.35.1](https://github.com/auth0/node-auth0/tree/v2.35.1) (2021-06-21) + +**Fixed** + +- Update `setUniversalLoginTemplate` example to correctly reflect documentation [\#624](https://github.com/auth0/node-auth0/pull/624) ([mendhak](https://github.com/mendhak)) +- Use id instead of action_id as per the mgmt api. [\#622](https://github.com/auth0/node-auth0/pull/622) ([stevezau](https://github.com/stevezau)) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.35.0...v2.35.1) + ## [v2.35.0](https://github.com/auth0/node-auth0/tree/v2.35.0) (2021-05-17) **Added** diff --git a/docs/RetryRestClient.js.html b/docs/RetryRestClient.js.html index 1e3c3e5fd..4908d8632 100644 --- a/docs/RetryRestClient.js.html +++ b/docs/RetryRestClient.js.html @@ -159,7 +159,7 @@

RetryRestClient.js


diff --git a/docs/auth_DatabaseAuthenticator.js.html b/docs/auth_DatabaseAuthenticator.js.html index 9f4b8cd73..878c36c54 100644 --- a/docs/auth_DatabaseAuthenticator.js.html +++ b/docs/auth_DatabaseAuthenticator.js.html @@ -348,7 +348,7 @@

auth/DatabaseAuthenticator.js


diff --git a/docs/auth_OAUthWithIDTokenValidation.js.html b/docs/auth_OAUthWithIDTokenValidation.js.html index 072d7d5b7..b026cbb52 100644 --- a/docs/auth_OAUthWithIDTokenValidation.js.html +++ b/docs/auth_OAUthWithIDTokenValidation.js.html @@ -179,7 +179,7 @@

auth/OAUthWithIDTokenValidation.js


diff --git a/docs/auth_OAuthAuthenticator.js.html b/docs/auth_OAuthAuthenticator.js.html index 22f462ddf..ed05765d0 100644 --- a/docs/auth_OAuthAuthenticator.js.html +++ b/docs/auth_OAuthAuthenticator.js.html @@ -461,7 +461,7 @@

auth/OAuthAuthenticator.js


diff --git a/docs/auth_PasswordlessAuthenticator.js.html b/docs/auth_PasswordlessAuthenticator.js.html index c28e50d7c..14efc4063 100644 --- a/docs/auth_PasswordlessAuthenticator.js.html +++ b/docs/auth_PasswordlessAuthenticator.js.html @@ -351,7 +351,7 @@

auth/PasswordlessAuthenticator.js


diff --git a/docs/auth_TokensManager.js.html b/docs/auth_TokensManager.js.html index ad16cd169..82e96d7d9 100644 --- a/docs/auth_TokensManager.js.html +++ b/docs/auth_TokensManager.js.html @@ -308,7 +308,7 @@

auth/TokensManager.js


diff --git a/docs/auth_UsersManager.js.html b/docs/auth_UsersManager.js.html index 031ab7090..e5441a572 100644 --- a/docs/auth_UsersManager.js.html +++ b/docs/auth_UsersManager.js.html @@ -223,7 +223,7 @@

auth/UsersManager.js


diff --git a/docs/auth_idToken.js.html b/docs/auth_idToken.js.html index 47b9812c7..e0abc5389 100644 --- a/docs/auth_idToken.js.html +++ b/docs/auth_idToken.js.html @@ -215,7 +215,7 @@

auth/idToken.js


diff --git a/docs/auth_index.js.html b/docs/auth_index.js.html index d7b03410a..1bfc57401 100644 --- a/docs/auth_index.js.html +++ b/docs/auth_index.js.html @@ -689,7 +689,7 @@

auth/index.js


diff --git a/docs/errors.js.html b/docs/errors.js.html index 126339bc6..869b9a077 100644 --- a/docs/errors.js.html +++ b/docs/errors.js.html @@ -111,7 +111,7 @@

errors.js


diff --git a/docs/external-RestClient.html b/docs/external-RestClient.html index 0ed4f8f9c..119183b2a 100644 --- a/docs/external-RestClient.html +++ b/docs/external-RestClient.html @@ -1839,7 +1839,7 @@


diff --git a/docs/global.html b/docs/global.html index 4574e4812..dc21d5368 100644 --- a/docs/global.html +++ b/docs/global.html @@ -423,7 +423,7 @@

Returns:

diff --git a/docs/index.html b/docs/index.html index 0419597be..8a216adcd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,6 +141,8 @@

Promises and callbacks

// Handle error. }); +

Typescript

+

The types for this library are currently maintained by the community at Definitely Typed. The team is planning taking ownership of this library as discussed in https://github.com/auth0/node-auth0/issues/572. After the team has taken ownership we will remove this net from the Readme.

What is Auth0?

Auth0 helps you to: