Skip to content
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

Social media login #12

Open
gulyener opened this issue Nov 28, 2019 · 0 comments
Open

Social media login #12

gulyener opened this issue Nov 28, 2019 · 0 comments
Assignees
Labels
Finish front end Front end is added and compiled with backend Finishing Backend

Comments

@gulyener
Copy link

gulyener commented Nov 28, 2019

User Story
As a social media user, I want to directly login to your website with my social media account, so that I don't have to fill in the register form and create a new account.

Plan for technical implementation

  • Get a new firebase account and create app.
  • To use firebase, configure each provider we want to use in their own developer app settings.
  • In our Firebase app, enable facebook login by getting the App ID and an App Secret and enable Google login.

Frontend

  • Install Firebase library to use the Firebase Authentication SDK.
  • Create firebaseConfig file in client and initialize firebase app.
  • Create actions for register success for social user and loaded social user .
  • Create a new action creator to handle login/register from a social media account.

Backend

  • Add a new route for social media login/register in routes/api/users.
@gulyener gulyener added Finish front end Front end is added and compiled with backend Finishing Backend labels Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Finish front end Front end is added and compiled with backend Finishing Backend
Projects
None yet
Development

No branches or pull requests

3 participants