Sign up with email/password after Signing up with Social Account

There are a few ways to prevent or handle this situation, depending on your preferences and requirements. Here are some possible solutions:

  • Use the Account Linking Extension to automatically or manually link accounts with the same email address. This will merge the user profiles and identities, and allow the user to access their account with any of the linked providers. However, this method requires user consent and may not work for some scenarios, such as when the user wants to keep separate accounts for different purposes.

  • Handle the duplicate accounts in your own system, by having a relationship between the Auth0 user IDs and the user records in your database. This will allow you to manage the user data and permissions independently of the Auth0 identities, and avoid accidental merging of accounts. However, this method may require more development effort and maintenance, and may not provide a consistent user experience across different providers.

Some reference links for the same