npm install jsonwebtoken. const jwt = require('jsonwebtoken'); ... claims = jwt.decode(token, key, algorithms=['RS256']). print(claims).
確定! 回上一頁