import jwt key='super-secret' payload={"id":"1","email":"[email protected]" } token = jwt.encode(payload, key) print (token) decoded ...
確定! 回上一頁