Python library for handling Simple Web Tokens
.
You can find the docs here.
- Please use
pycryptodome
and notpycrypto
as the later is unmaintained and broken on python 3.8+ - Currently only supports RSA-SHA256
- Add support HMAC SHA256
- Add Raises: KeyNotFoundError to sign()