const verified = jwt.verify(tokenValue, publicKey, {algorithm: 'RS256'}); ... claims = jwt.decode(token, key, algorithms=['RS256']). print(claims).
確定! 回上一頁