Metadata-Version: 2.4
Name: auth-rsha
Version: 0.1.1
Summary: Reusable JWT auth for FastAPI (password flow) — auth_rsha
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: FastAPI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115
Requires-Dist: pydantic>=2.6
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: passlib>=1.7.4
Requires-Dist: argon2-cffi>=23.1.0
