this repository holds barebone code to enable persistent sessions with passport on expressjs/nodejs
- npm install
- mongodb install mongodb, create database, add conf.js in root such as
module.exports = {
mongodbURL : 'mongodb://USER:PASSWORD@localhost/DBNAME',
mongodbName : 'DBNAME'
}