Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/extwiii/nodejs-authention-with-passport

Authenticating Node.js Applications With Passport
https://github.com/extwiii/nodejs-authention-with-passport

bcrypt cookie-parser express expressjs extwiii jade javascript login mongodb morgan nodejs nodejs-authention passport passportjs pug register

Last synced: 28 days ago
JSON representation

Authenticating Node.js Applications With Passport

Awesome Lists containing this project

README

        

# Nodejs-authention-with-passport

This repository serves as an example of a basic Node.js application which is using Passport as the authentication middleware for authenticating against a locally configured Mongo backend
Steps to run the app

After cloning the repo, install the dependencies by running npm install
To start the server, run npm start on the base directory

Perquisites

The server assumes that you have a local mongo instance running. This means if you have mongo installed locally, all you need to do is configure the db.js file correctly and run the mongod daemon

Difficulty :full_moon::full_moon::full_moon::full_moon::full_moon::full_moon::full_moon::full_moon::new_moon::new_moon:

### Bilal Cagiran | [E-Mail](mailto:[email protected]) | [Github](https://github.com/extwiii/) | [LinkedIn](https://linkedin.com/in/bilalcagiran) | [CodePen](http://codepen.io/extwiii/) | [Blog/Site](http://bilalcagiran.com) | [FreeCodeCamp](https://www.freecodecamp.com/extwiii)