Metadata-Version: 2.4
Name: brixta-auth
Version: 0.1.0
Summary: Fast, secure, reusable authentication for FastAPI applications
Author: BRIXTA
License: MIT
Project-URL: Homepage, https://github.com/habibieebhy/brixtafoundation
Project-URL: Repository, https://github.com/habibieebhy/brixtafoundation
Project-URL: Issues, https://github.com/habibieebhy/brixtafoundation/issues
Keywords: brixta,fastapi,cement,digital-twin
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argon2-cffi<26,>=25
Requires-Dist: brixta-core<0.2,>=0.1.0
Requires-Dist: cryptography<47,>=45
Requires-Dist: email-validator<3,>=2.2
Requires-Dist: fastapi<1,>=0.116
Requires-Dist: pyjwt[crypto]<3,>=2.10
Requires-Dist: sqlalchemy<2.2,>=2.0
Provides-Extra: postgres
Requires-Dist: psycopg[binary]<4,>=3.2; extra == "postgres"
Provides-Extra: valkey
Requires-Dist: redis<7,>=6.2; extra == "valkey"
Dynamic: license-file

# brixta-auth

A reusable authentication package for FastAPI applications.

See the repository root documentation for the complete security design and example service.
