opencodeiiita / Productivity-Tracker

6 stars 45 forks source link

Implement authentication using Google #39

Closed untrulynoxiusmj closed 3 years ago

untrulynoxiusmj commented 3 years ago

You will need to solve this issue first : https://github.com/opencodeiiita/Productivity-Tracker/issues/13

Add Client ID and secret in /backend/config/keys.js This file has been added in .gitignore

There is a Sign In with google button added in Fronted Clicking on that should redirect client to Google Login Page

/auth/google and /auth/google/callback routes need to be implemented,

Database connection and User schema have been added. Store User in the database according to the schema

You may want to use Passport http://www.passportjs.org/

ashutosh3027 commented 3 years ago

claim

karankc23 commented 3 years ago

Claim

Tanushree-coder commented 3 years ago

claim

rahulsingh-20 commented 3 years ago

claim

naman-cr commented 3 years ago

claim

D-Big-B commented 3 years ago

claim

hotblooded058 commented 3 years ago

claim

D-Big-B commented 3 years ago

@untrulynoxiusmj sir is this issue open for all? Can I start working on it?