Metadata-Version: 2.4
Name: tortoise-auth
Version: 0.2.0
Summary: Async authentication and user management for Tortoise ORM. Framework-agnostic, extensible, secure by default.
Project-URL: Homepage, https://github.com/elie/tortoise-auth
Project-URL: Documentation, https://elie.github.io/tortoise-auth
Project-URL: Repository, https://github.com/elie/tortoise-auth
Project-URL: Issues, https://github.com/elie/tortoise-auth/issues
Author: Elie
License-Expression: MIT
License-File: LICENSE
Keywords: 2fa,api-keys,async,auth,authentication,tortoise-orm,totp,user-management
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pwdlib[argon2,bcrypt]>=0.2
Requires-Dist: pyjwt>=2.8
Requires-Dist: pyotp>=2.9
Requires-Dist: qrcode[pil]>=7.4
Requires-Dist: tortoise-orm>=0.21
Provides-Extra: starlette
Requires-Dist: starlette>=0.27; extra == 'starlette'
