Skip to content

jwill9999/passsport_local_express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======

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