@djpanda/convex-authz A comprehensive, production-ready authorization component for Convex featuring RBAC , ABAC , and ReBAC with O(1) indexed lookups , inspired by Google Zanzibar. Features | Feature | Description | | ---------------------- | ------------------------------------------------------ | | RBAC | Role-Based Access Control with scoped roles | | ABAC | Attribute-Based Access Control with custom policies | | ReBAC | Relationship-Based Access Control with graph traversal | | O(1) Lookups | Pre-computed permissions for instant checks | | Type Safety | Full TypeScript support with type-…