Convex Auth Account Linking
What is the convention for the user that already has a account with email + password, then the user tries to sign in with gmail acocunt with the same email? I checked Convex Auth, it will create two records.
2 Replies
See https://labs.convex.dev/auth/advanced#account-linking
The accounts are linked if email verification is required.
Otherwise you need your own createOrUpdateUser
Advanced: Details - Convex Auth
Relations, default values, unique fields and more for Convex
Thanks