app.post('/login', passport.authenticate('local'), function(req, res) { // If this function gets called, authentication was successful.
確定! 回上一頁