-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the codenot-management-api
Description
Checklist
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
When signing up a new user, using the authentication api, the data returned from auth0.database.signUp() does not match the type SignUp Response.
SignUpResponse is telling there is a id key in the response. The actual response however does not contain that key, but _id. When using the key _id gives me a compilation error, because of the type mismatch.
Reproduction
- Sign up a new user using
auth0.database.signUp(...) - Check the response for the missing
idkey
Additional context
I'm using the auth0 sdk in a Nest.js application
node-auth0 version
4.3.1
Node.js version
20.11.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the codenot-management-api