For motor de autorización de grano fino, the strongest matches are authzed/spicedb (SpiceDB is a distributed permission store and relationship-based access), ory/keto (Ory Keto is an open-source authorization server that directly) and permify/permify (Permify is a Go-based authorization service that implements a). openfga/openfga is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
Servicios y frameworks open-source para implementar control de acceso granular basado en relaciones complejas entre entidades.
SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable database for storing and querying fine-grained authorization relationships, implementing a consistency model inspired by Google Zanzibar to manage access rights across large-scale applications. The system uses a dedicated schema language to define the rules and logic governing how relationships translate into permissions independently of application code. It functions as a pluggable authorization engine that persists relationship tuples in external relational databases such as Postgr
SpiceDB is a distributed permission store and relationship-based access control system directly inspired by Google Zanzibar, offering a dedicated schema language, real-time authorization evaluation, and horizontal scalability—exactly the self-hostable ReBAC service you are looking for.
Ory Keto is an open-source authorization server that implements Google Zanzibar’s relationship-based access control model. It stores every access relationship as a tuple in a SQL database and exposes a declarative TypeScript-like namespace language for defining object types, relations, and permissions. The service provides bidirectional permission resolution, configurable consistency levels for checks, and dual gRPC and REST APIs for broad integration. Keto extends the Zanzibar model with edge enforcement of access policies, structured compliance auditing of permission decisions, and infrastr
Ory Keto is an open-source authorization server that directly implements Google Zanzibar’s relationship-based access control model, offering relationship tuples, a declarative namespace language, bidirectional permission resolution, dual gRPC/REST APIs, and audit logging — precisely the kind of fine-grained ReBAC service you are looking for.
Permify is a Go-based authorization service that implements a Zanzibar-inspired relationship-based access control (ReBAC) model, offering real-time permission evaluation, a flexible schema language, and gRPC alongside REST APIs, making it a comprehensive fit for your fine-grained authorization needs.
OpenFGA is a fine-grained authorization server and policy decision point that implements relationship-based access control. It serves as a centralized authorization service for evaluating access requests and managing relationship tuples across distributed microservices and multi-tenant environments. The engine combines relationship graphs with attribute-based access control, using the Common Expression Language to evaluate dynamic runtime attributes and conditional access rules. It handles complex hierarchies and nested permissions by traversing chains of associations and parent-child links t
OpenFGA is a dedicated fine-grained authorization server that implements the relationship-based (ReBAC) model inspired by Google Zanzibar, offering real-time evaluation of access requests through a relationship graph, a policy DSL using Common Expression Language, and REST/gRPC APIs, with support for audit logging and horizontal scalability, making it a comprehensive fit for your search.