我需要通过使用JWT签署用户ID来获得token : var token = jwt.sign(accounts[request.headers.login].id, privateKey, {expiresIn: 60});
確定! 回上一頁