Metadata-Version: 2.1
Name: sqlalchemy-auth-hooks
Version: 0.0.2
Summary: 
Author: Vojtěch Dohnal
Author-email: vojdoh@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: sqlalchemy (>=2.0,<3.0)
Requires-Dist: structlog (>=20.0)
Description-Content-Type: text/markdown

# SQLAlchemy Auth Hooks

A personal project to integrate various authorization providers into SQLAlchemy using events.

Very unstable, please use at your own risk.

Goals:
- [ ] Generic hooks for authorization providers
- [ ] Dynamic updates (from existing field values)
- [ ] Oso integration (based on sqlalchemy-oso)
- [ ] Zanzibar-like integration (Permify, Keto, etc.)
- [ ] ?

