import jwt # comes from the PyJWT library, available using `pip install PyJWT` jwt.decode("JWT_TOKEN", "PUBLIC_KEY", algorithms=["RS512"]).
確定! 回上一頁