Encode (payload, secretKey, JwsAlgorithm.HS256); string json = JWT.Decode(token, secretKey); return json; } 当我尝试使用站点“https://jwt.io/”测试生成的token ...
確定! 回上一頁