需要導入模塊: from jose import jwt [as 別名] # 或者: from jose.jwt import decode [as 別名] def test_no_alg(self, claims, key): token = jwt.encode(claims, ...
確定! 回上一頁