organic-express-mongo-sessions

0.1.2 • Public • Published

organic-express-mongo-sessions v0.1.2

Organelle mounting connect-mongo middleware to express app chemical.

dna

{
  "source": "node_modules/organic-express-mongo-sessions",
  "reactOn": "ExpressServer",
  "emitReady": "ExpressSessions",
  "cookie_secret": "secret",
  "db": "databaseName",
  "closeOn": "kill",
  "express-session": {} // optional, refer to https://github.com/expressjs/session options
  "connect-mongo": {} // optional, refer to https://github.com/kcbanner/connect-mongo options
}

reactOn property

Should be either ExpressServer chemical with expected structure or array of chemicals where the first one is mapped as ExpressServer chemical.

emitReady property

Indicates the type of the chemical to be emitted once middleware is mounted, chemical has the following structure:

{
  "type": "emitReadyValue",
  "data": MongoStore instance,
  "session": ExpressSession instance
}

Readme

Keywords

none

Package Sidebar

Install

npm i organic-express-mongo-sessions

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • outbounder