Metadata-Version: 2.4
Name: fast-jwt-auth
Version: 0.1.1
Summary: Une bibliothèque d'authentification JWT simple pour FastAPI.
Author-email: romeo-tech <romeomanoela18@gmail.com>
Project-URL: Homepage, https://github.com/PyCoder601/fast_jwt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: FastAPI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyJWT>=2.0.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: httpx; extra == "test"
Requires-Dist: uvicorn; extra == "test"
Dynamic: license-file

# Fast JWT

A simple JWT authentication library for FastAPI.
