res.cookie('token', jwt.token, {expires: new Date(Date.now() + 9999999), httpOnly: false}); next();. then the cookie is set ...
確定! 回上一頁