added

Python JWT SDK Added

📣 Our first version of the Python JWT Validation SDK is now available! 🎉

This Python SDK validates Wristband-issued JWTs for both users and machines. It fetches signing keys from Wristband’s JWKS endpoint and caches them in memory for performance. Developers should use this to protect routes and ensure that only valid, Wristband-issued access tokens can access secured APIs. This SDK is designed to work for any Python framework (FastAPI, Django, Flask, etc.) and is compatible with Python 3.9+.

You can find it at:

GitHub: https://github.com/wristband-dev/python-jwt

To see an example of the SDK in action, check out our FastAPI Demo App.