DevCEldoret / devceldoret-backend

This repo serves as the backend for the Developer Circles Eldoret Community website.
4 stars 12 forks source link

Facebook and Google log in implementation #120

Open miami78 opened 4 years ago

miami78 commented 4 years ago

🚀 Feature Proposal It would be amazing to be able to log in with Facebook or Google. It is widely used as an authentication module on websites. Instead of asking user manual details such as email and password and then verify them, it’s better to use already verified user details.

StanleyMasinde commented 3 years ago

This is what I think... Because the frontend is in a separate repository, you can implement this in the frontend, get the user info from the providers, then use the email address as the user identifier. Send the info here for processing

miami78 commented 3 years ago

This is what I think... Because the frontend is in a separate repository, you can implement this in the frontend, get the user info from the providers, then use the email address as the user identifier. Send the info here for processing

You right, thats how its supposed to work