Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 381 Bytes

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.)
  • ?