Skip to content

A complete authentication system which can be used as a starter code for creating any new application using Passport.js

Notifications You must be signed in to change notification settings

muneeb21/Nodejs-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System

A complete authentication system which can be used as a starter code for creating any new application using Passport.js

Setup the project using npm init

System has following pages

Introductory
Sign in
Sign up
Session
User profile

Routes

/users/sign-in
/users/sign-up
/users/create-session
/users/create
/users/auth/google
/users/sign-out
/users/profile
/users/update-newpassword

Keys that you need to add in config/passport-google-oauth2-strategy

  • clientID
  • clientSecret
  • callbackURL

Screenshots

alt text

alt text

About

A complete authentication system which can be used as a starter code for creating any new application using Passport.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published