... name: 'Alexandre', username: 'demo' } let token = jwt.sign(payload, config.JWT_SECRET, { expiresIn: 1 * 60 }) //... } }) But in this chapter, ...
確定! 回上一頁