Skip to content

simplified passport local auth using passport local mongoose

Notifications You must be signed in to change notification settings

sru-thy/expressjs-passport-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System for Node.js Web Applications

Simplified passport local authentication for node.js web apps using passport local mongoose

Usage

Download or Clone the project, cd expressjs-passport-login

In order to connect to MongoDB, you will need a URI string. Add the connection string and session secret to your environment variables ( L19 and L16 as reference )

Install all the required dependencies by running

npm install

Serve the project

npm start

Server starts on the port http://localhost:3000

About

simplified passport local auth using passport local mongoose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published