Progress in implementing passport

This commit is contained in:
Ben Ramey
2014-06-10 19:19:00 -05:00
parent f25f96e278
commit 4915ad3233
4 changed files with 121 additions and 1 deletions

View File

@@ -25,7 +25,9 @@
"grunt-contrib-coffee": "~0.10.1",
"grunt-sails-linker": "~0.9.5",
"grunt-contrib-jade": "~0.10.0",
"passport": "0.2.0"
"passport": "0.2.0",
"passport-local": "1.0.0",
"bcrypt": "0.7.8"
},
"scripts": {
"start": "node app.js",