Programmatically sign in with React SDK

Please include the following information in your post:

  • Which SDK this is regarding:
    auth0-react

  • SDK Version:
    1.1.0

  • Platform Version:
    Node 12

I’m currently trying to create a seamless registration flow that logs the user in as soon as they register. We are creating the auth0 user on the server side, but when that call succeeds we want to automatically log the user in (given our application already has email and pw from the previous registration step.)

We are currently using the auth0-react SDK to authenticate for existing users. Is there any way to authenticate the user without immediately making them type in the password they just entered to register?

Hi @jordanhensley93,

There are some threads that address this:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.