jwt.decode is the method to translate a JSON Web Token string into the dict of the payload: >>> from authlib.jose import jwt >>> claims = jwt.decode(s, ...
確定! 回上一頁