Skip to content

JaspreetRFSingh/AuthenticateWithPassport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthenticateWithPassport

Passport Authentication with NodeJS.
This repository has a snippet of authentication using Passport.js

How to run?

  • Install the dependencies with npm install. Dependencies to be installed:
    • express
    • ejs
    • mongoose
    • passport
    • cookie-session
    • passport
    • passport-google-oauth20
    • nodemon
  • Open the terminal and type nodemon.

Credits/References