node-auth0 icon indicating copy to clipboard operation
node-auth0 copied to clipboard

Node.js client library for the Auth0 platform.

Results 32 node-auth0 issues
Sort by recently updated
recently updated
newest added

### Describe the problem When using the ActionsManager for update trigger bindings as documented, it always throws this error: `{"statusCode":400,"error":"Bad Request","message":"Payload validation error: 'Data does not match any schemas from...

### Describe the problem Relocated from [community forum (53190)](https://community.auth0.com/t/document-forwardedfor-options/53190). From earlier technical support enquiries I know that the SDK method [`ManagementClient#passwordGrant()`]((https://auth0.github.io/node-auth0/module-auth.AuthenticationClient.html#passwordGrant)) in fact takes an undocumented second argument `{ forwardedFor...

enhancement

TL:DR - the `getClient` endpoint expects management api scope which are not grantable. And the 'getClient' method of this library doesn't permit me to ask for fewer fields which would...

documentation

### Changes - Adding new client credentials endpoints. ### Testing Testing should be covered in their respective doc block, let me know if anything is unclear :) - [x] This...

### Describe the problem you'd like to have solved On errors, Auth0 throws Error objects that can't be easily differentiated from other kind of errors. e.g. `PasswordlessAuthenticator.signIn()` can throw a...

enhancement

### Changes Updates the project readme to match the new standard - Updates readme structure - Moves existing code samples out into a dedicated examples document Still needs the new...

Bumps [jose](https://github.com/panva/jose) from 4.14.4 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...

dependencies

### Changes - Updated the request options as per the src. - Fixed incorrect object reference. ### References The source files. ### Testing Please check the relevant objects in the...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

bug

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

bug