Galactus
CCConvex Community
•Created by Galactus on 5/9/2025 in #support-community
convex auth - multiple auth account for one user
I'm working on authentication for my new app using convex-auth.
We'd like for our users to be able to:
1. sign up with phone number (I followed the twilio OTP example from the example repo)
2. Update the user object to have an email, name, and password.
3. Use email and password for signing in later.
I'm struggling to see the best path forward given the examples. Does it make sense to have multiple authAccounts all tied to the same user? How can I get the ResendOTP flow to connect to the same user I've created?
Thanks for the help!
6 replies