-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using the same email for both Google and GitHub sign-ins #141
Comments
Hey @DhanushNehru I can do this task. Please can you assign it to me. |
@DhanushNehru this looks interesting, can you assign this to me also? |
Seems @swarupn17 is working on it. @swarupn17 any updates ? |
@DhanushNehru now can you check and assign it to me? |
@DhanushNehru you expecting a Single User Identity or multi-user Identity? |
SSO if possible @tusharshah21 |
@DhanushNehru tried to resolved it, but couldn't resolve the conflict to be precise, could only add an alert that there exist an account already. Let me know if it is good to go open.mp4 |
@DhanushNehru any update? |
FIne for now , raise a new issue and new pr for alert alone, let this issue still be open @tusharshah21 |
alright |
When a user tries to sign in with both Google and GitHub using the same primary email address, it causes a database conflict and raises an error. This is likely because the email is already stored in the database when they first use Google sign-in, and attempting to log in via GitHub with the same email results in a duplicate entry.
Checkout this PR for reference #139
Steps to Reproduce:
Sign up with Google using an email.
Try signing in with GitHub using the same primary email.
Expected Behavior:
The user should be able to sign in with either Google or GitHub using the same email without raising an error.
Actual Behavior:
An error occurs due to a conflict in the database for the same email being linked to different sign-in providers.
The text was updated successfully, but these errors were encountered: