Skip to content

Starter template for an Express app with access control using Passport and MongoDB for storing user data.

Notifications You must be signed in to change notification settings

virtuallyawake/expressPassportMongoTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express3+Passport+MongoDB template

Simple starter template for an Express3 server with access control using Passport. Passport uses the local strategy and connects to MongoDB to verify the user. If the user is not authenticated, the Express server serves a Sign-in page. After successful authentication, the user can access the pages under access control.

Users can create a new account in the Sign-up page, which adds the new user to the mongo database.

About

Starter template for an Express app with access control using Passport and MongoDB for storing user data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published