Skip to content

joshmillgate/nodejs-express-passport-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-express-passport-auth

A simple User Authentication setup using NodeJS, express and passport with MongoDB (Atlas). Allows users to register and log in with Validation.

  1. Go to https://www.mongodb.com/cloud/atlas
  2. Sign up for free Account
  3. Create a new cluster
  4. Under security, create a new DB account (read and write to any account)
  5. Once cluster us set up, click connect and choose to connect to application via a string
  6. Paste the string into MongoURI in config/keys.js
  7. Replace the password with your MongoDB atlas password.
  • If you commit your files make sure to remove sensitive data *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published