User system in nodejs illustrating the use of passport in express, jade and mongoose environment together with front pages for login, signup and profile mock built with Twitter Bootstrap
Includes login with Facebook, Twitter, Github and Google together with Passport LocalStrategy
| On The Server | On The Client |
|---|---|
| Express | Bootstrap 2 |
| Jade | Backbone.js |
| Passport | jQuery |
| Mongoose | Underscore.js |
- git clone git@github.com:gtarun/Node-Auth-Prototype.git
- cd Node-Auth-Prototype
- npm install
- create config.js file under config folder (see config example)
- npm start