{"body":"app.get('/', function (req, res, next) {\n  // this is normally in some other file -\n  // just here for this example\n  if (!req.user) {\n    // next(false) doesn't do what I'd like...\n    return next(false);\n  }\n}, function (req, res) {\n  res.send('All good');\n});\n\napp.get('/', function (req, res) {\n  res.send('There is no user');\n});","name":"","extension":"","url":"https://www.irccloud.com/pastebin/beI4EKcU","modified":1389195544,"id":"beI4EKcU","size":334,"lines":14,"own_paste":false,"theme":"","date":1389195544}