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

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

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