module.exports = function (con, req, cb) { return cb({ result: global.authed.has(con), trace_id: req.trace_id, ended: true }); };