JOSE implementation in Python. ... pip install python-jose[cryptography] ... from jose import jwt >>> token = jwt.encode({'key': 'value'}, 'secret', ...
確定! 回上一頁