Organelle mounting connect-mongo
middleware to express app chemical.
{
"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
}
Should be either ExpressServer
chemical with expected structure or array of chemicals where the first one is mapped as ExpressServer
chemical.
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
}