/* * POST authentication path. */ exports.login = function(req, res){ res.send("respond with a resource"); };