Use email otp only to verify the user email and not log them in.

the client I am working for has the following flow.

signup:
user enters email -> email is verified before account creation -> user sets up a password -> user selects interests -> user account created


how do i set this up in a react native app?
the docs seem to only talk about logging in using the otp.

edit: is there a way i can do this with edge functions?
Was this page helpful?