Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christianstrang/14a13081028c83b56bcfe582353d2fa6 to your computer and use it in GitHub Desktop.
Save christianstrang/14a13081028c83b56bcfe582353d2fa6 to your computer and use it in GitHub Desktop.
module.exports.http = {
middleware: {
passportInit: require('passport').initialize(),
passportSession: require('passport').session(),
order: [
'cookieParser',
'session',
'passportInit',
'passportSession',
'bodyParser',
'compress',
//'poweredBy',
'router',
'www',
'favicon',
],
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment