Automatic login after creating Auth0 user

Since you sign up the user via API, you have the password at that point, right (which you don’t need to persist anywhere, just keep it until the callback of the signup)? Can’t you then just use the
Authentication API Explorer > Resource Owner Password grant?

1 Like