Skip to content

applerdotxyz/Login-Authentication-using-Passport

 
 

Repository files navigation

Login-Authentication-using-Passport

Login authentication using passport and saving the cridentials in mongoose.

  • Passport serialize and de-serialize.
  • Using Mongoose database for saving users cridentials.

install latest version of mongo db from https://www.mongodb.com/download-center?ct=header#atlas 1.run mongodb instance 2.npm install 3.node server.js 4. For firebase deployment. install firebase-tools

TODOs

  • add environment-management
  • deploy to heroku
  • add tests

About

Login authentication using passport and saving the cridentials in mongoose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.5%
  • JavaScript 31.5%