I am trying to use passport.authenticate(\'local\') like this
exports.doLogin = (req, res) => { console.log(req.body); if (!req.body.username) {