devaman / treacto

Treacto - A truffle box
MIT License
4 stars 5 forks source link

Add Google/Facebook Login ( hactoberfest ) #3

Open devaman opened 5 years ago

devaman commented 5 years ago

I have used passport-jwt..

devaman commented 5 years ago

great !

cnp96 commented 3 years ago

Currently Available

  1. You only have standard login under `client/src/containers/Auth/Login/Login.js

Required

  1. Login with Facebook and Google buttons to be added in the frontend.
  2. OAuth2 handler for the social providers to be added in the backend.
  3. Once social auth is succeeded fetch the user profile from DB and establish the required session.

@devaman Please let me know if I understand the requirement correctly.

cnp96 commented 3 years ago

@devaman Also you might wanna use https://www.loginradius.com for your identity provider at a later point in time. Their free plan should cover all your requirements.