Installation
from package manager (prefered)
fastjwt is compatible with Python 3.9+. The current dependencies are pydantic
and pyjwt[crypto]
.
Note
The pyjwt[crypto]
will be switched to pyjwt
to avoid adding the cryptography
library if not needed. Next release should allow for pip install fastjwt[crypto]
Note
FastAPI, while required for fastjwt, is not declared as a dependency and must be installed prior with pip install fastapi