Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

persistent sessions with passport

this repository holds barebone code to enable persistent sessions with passport on expressjs/nodejs

setup

  • npm install
  • mongodb install mongodb, create database, add conf.js in root such as
module.exports = {
  mongodbURL : 'mongodb://USER:PASSWORD@localhost/DBNAME',
  mongodbName : 'DBNAME'
}

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages