我們要採用JWT (JSON Web Token) 做為token 的資料格式。 ... const decoded = jsonwebtoken.verify(jwt, SECRET); return decoded; } module.exports = function ...
確定! 回上一頁