https://github.com/davidolrik/python-swt
Python library for handling Simple Web Tokens.
https://github.com/davidolrik/python-swt
swt token
Last synced: 4 months ago
JSON representation
Python library for handling Simple Web Tokens.
- Host: GitHub
- URL: https://github.com/davidolrik/python-swt
- Owner: davidolrik
- License: mit
- Created: 2020-05-28T10:38:25.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T08:54:52.000Z (over 2 years ago)
- Last Synced: 2025-11-28T01:48:18.676Z (7 months ago)
- Topics: swt, token
- Language: Python
- Homepage: https://python-swt.readthedocs.io
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Python SWT Library





Python library for handling `Simple Web Tokens`.
## Documentation
You can find the docs [here](https://python-swt.readthedocs.io/).
## Caveats
- Please use `pycryptodome` and not `pycrypto` as the later is unmaintained and
broken on python 3.8+
- Currently only supports RSA-SHA256
## TODO
- Add support HMAC SHA256
- Add Raises: KeyNotFoundError to sign()