Implement authentication using Google
Click on the sign-in button will redirect us to google login page (URL id http://localhost:3000/auth/google)
Implemented through passportjs authentication middleware
When user sign-in through Gmail id its detail get stored in the database according to the schema
Make sure clientId and clientSecret is there in config/keys.js before running on the local host
Changes proposed in this pull request and/or Screenshots of changes:
Issue: 39
Short description of what this resolves:
Implement authentication using Google Click on the sign-in button will redirect us to google login page (URL id http://localhost:3000/auth/google) Implemented through passportjs authentication middleware When user sign-in through Gmail id its detail get stored in the database according to the schema Make sure clientId and clientSecret is there in config/keys.js before running on the local host
Changes proposed in this pull request and/or Screenshots of changes:
-
-