https://github.com/jwill9999/passsport_local_express
Nodejs with Passport local
https://github.com/jwill9999/passsport_local_express
authentication authorization express-middleware expressjs mongodb mongoose node nodejs passportjs
Last synced: 2 months ago
JSON representation
Nodejs with Passport local
- Host: GitHub
- URL: https://github.com/jwill9999/passsport_local_express
- Owner: jwill9999
- Created: 2017-02-20T19:52:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T19:59:25.000Z (over 9 years ago)
- Last Synced: 2025-10-19T02:57:52.662Z (8 months ago)
- Topics: authentication, authorization, express-middleware, expressjs, mongodb, mongoose, node, nodejs, passportjs
- Language: CSS
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=======
# passport-local-express with Password encryption
This is an example of Passport-Local with Express. I have incorporated Jade Templating as well as Express-Validator, connect-Flash integration and Bcryptjs Hash and Salt
Instructions
Install
```
$ git clone https://github.com/escapeimagery/passport-local-express.git
$ cd passport-local-express
$ npm install
```
Start Server
```
node ./app.js
```
Open a web browser and navigate to http://localhost:8000/ to see the example in action
Links
Express : http://expressjs.com/
Jade : http://jade-lang.com/reference/ (for refernce please refer to Jade. Jade was changed to PUG in name format only but Jade references still apply)
pug (new Name) : https://github.com/pugjs/pug Pug Github Repository
Pasportjs Local : http://passportjs.org/docs
Mongoose : http://mongoosejs.com/
Mongodb: https://docs.mongodb.com/manual/
Bcryptjs: https://www.npmjs.com/package/bcryptjs
It is advisable to install Nodemon globally to allow auto browser loading on save and refresh https://github.com/remy/nodemon follow repos instructions for further information