Login/register with multiple providers to one user account with same email #848
volkankaban
started this conversation in
General
Replies: 1 comment
-
Assuming you are using something like the following (from the laravel docs):
Sure it would just be a case of tweaking it to be something like the following duplicated for each app:
Not sure I would recommend any of this though cause you might get errors when you login using another provider whilst already logged in on another session |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at an example for multiple providers to login to the same user account with a matching email address or email if it not exist then, create a new user account with Google, Facebook, and Twitter.
DB columns for providers;
id, name, email, avatar, go_id, fb_id, tw_id, ins_id
Thanks to everyone!
-Volkan Kaban
Beta Was this translation helpful? Give feedback.
All reactions