jwt.encode is the method to create a JSON Web Token string. It encodes the payload with the given alg in header: >>> from authlib.jose import jwt >>> header ...
確定! 回上一頁