diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-18 14:18:22 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-18 14:18:22 +0200 |
commit | 8c18de44260a3eab4b5a1c61e29691eae84ecec9 (patch) | |
tree | 40e6061489ddfb964c5d19369d473b1df8ea887d /app.js | |
parent | changing to passport-local (diff) | |
download | Divid-8c18de44260a3eab4b5a1c61e29691eae84ecec9.tar.gz |
changing to passport for authentication
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ var express = require('express') var app = express(); // initiates express - - /** * App configuration */ |