Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/extwiii/nodejs-authention-with-passport
- Owner: extwiii
- License: apache-2.0
- Created: 2016-10-20T13:21:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T19:43:43.000Z (about 1 year ago)
- Last Synced: 2024-04-14T20:08:18.024Z (9 months ago)
- Topics: bcrypt, cookie-parser, express, expressjs, extwiii, jade, javascript, login, mongodb, morgan, nodejs, nodejs-authention, passport, passportjs, pug, register
- Language: JavaScript
- Homepage: https://extwiii-passport-local.herokuapp.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 appAfter cloning the repo, install the dependencies by running npm install
To start the server, run npm start on the base directoryPerquisites
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)