I have this controller to authenticate a user by their email and password
const authUser = asyncHandler(async (req, res, next) => { console.log(\'Hit\');