UNPKG

generator-neonode

Version:

Yeoman generator to scaffold a Neonode Fullstack MVC Application

8 lines (6 loc) 212 B
if (CONFIG[CONFIG.environment].sessions === false) { return module.exports = function(req, res, next) { next(); } } module.exports = require('cookie-parser')(CONFIG[CONFIG.environment].sessions.secret);