Metadata-Version: |
2.1 |
Name: |
fastapi-jwt-extended |
Version: |
1.0.0 |
Summary: |
`FastAPI` extension for JTW Auth. This package is a fork of the original fastapi-jwt to fix issues such as sending additional parameters to the jose decode function. |
Author-Email: |
Joshua Mathias <joshuaamathias[at]gmail.com> |
Project-Url: |
homepage, https://github.com/JoshuaMathias/fastapi-jwt |
Project-Url: |
documentation, https://k4black.github.io/fastapi-jwt/ |
License: |
MIT License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
fastapi (>=0.50.0) |
Requires-Dist: |
python-jose[cryptography] (>=3.3.0) |
Requires-Dist: |
mkdocs (<2.0.0,>=1.4.0); extra == "docs" |
Requires-Dist: |
mkdocs-material (<10.0.0,>=9.0.0); extra == "docs" |
Requires-Dist: |
MkAutoDoc (<1.0.0,>=0.2.0); extra == "docs" |
Requires-Dist: |
lazydocs (<1.0.0,>=0.4.5); extra == "docs" |
Requires-Dist: |
mkdocs-include-markdown-plugin (<7.0.0,>=4.0.0); extra == "docs" |
Requires-Dist: |
mkdocs-awesome-pages-plugin (<3.0.0,>=2.8.0); extra == "docs" |
Requires-Dist: |
mike (<3.0.0,>=1.1.0); extra == "docs" |
Requires-Dist: |
httpx (<1.0.0,>=0.23.0); extra == "test" |
Requires-Dist: |
pytest (<8.0.0,>=7.0.0); extra == "test" |
Requires-Dist: |
pytest-cov (<5.0.0,>=4.0.0); extra == "test" |
Requires-Dist: |
pytest-mock (<4.0.0,>=3.0.0); extra == "test" |
Requires-Dist: |
requests (<3.0.0,>=2.28.0); extra == "test" |
Requires-Dist: |
black (==23.11.0); extra == "test" |
Requires-Dist: |
mypy (<2.0.0,>=1.0.0); extra == "test" |
Requires-Dist: |
flake8 (<7.0.0,>=6.0.0); extra == "test" |
Requires-Dist: |
ruff (<1.0.0,>=0.1.0); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.11.0); extra == "test" |
Requires-Dist: |
types-python-jose (==3.3.4.8); extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |