Metadata-Version: 2.4
Name: ironauth
Version: 0.1.0
Summary: Framework-agnostic authentication library for Python
Project-URL: Homepage, https://github.com/sileyekounou-1/ironauth
Project-URL: Repository, https://github.com/sileyekounou-1/ironauth
Author-email: sileyekounou-1 <kounousileye@gmail.com>
License: MIT
Keywords: auth,authentication,fastapi,jwt,oauth
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.136.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: passlib[argon2]>=1.7.4
Requires-Dist: pydantic[email]>=2.13.4
Requires-Dist: pyjwt>=2.12.1
Requires-Dist: pyotp>=2.9.0
Requires-Dist: qrcode[pil]>=8.2
Requires-Dist: sqlalchemy>=2.0.49
