Best practices for creating users in backend DB on new registrations with Auth0

One question we have is why you would need a call to the management API at all. You should be able to use the ID token returned from the initial authentication to create a user in your DB.

2 Likes