Skip to content

Commit

Permalink
update docs to include note about https for managment client (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna-settlor authored Jun 5, 2023
1 parent c7914f4 commit c7f10fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ var auth0 = new ManagementClient({

> Make sure your `clientId` is allowed to request tokens from Management API in [Auth0 Dashboard](https://manage.auth0.com/#/apis)
> Note: The domain should not include `https://` the ManagementClient will prepend that to the string.
### Obtaining Management API Token from Node.js backend

To obtain a Management API token from your node backend, you can use Client Credentials Grant using your registered Auth0 Non Interactive Clients
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ var management = new ManagementClient({
});
```

> Note: The domain should not include `https://` the ManagementClient will prepend that to the string.
For other examples see the [EXAMPLES.md](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md) document.

## API Reference
Expand Down

0 comments on commit c7f10fe

Please sign in to comment.