awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesAccess Control Models

Frameworks for defining and enforcing system permissions and user capabilities.

Distinguishing note: Focuses on bitwise permission mapping rather than general authentication.

Explore 4 awesome GitHub repositories matching security & cryptography · Access Control Models. Refine with filters or upvote what's useful.

Awesome Access Control Models GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • infisical/infisicalAvatar von Infisical

    Infisical/infisical

    27,374Auf GitHub ansehen↗

    Infisical is a centralized secrets management platform designed to store, synchronize, and control access to sensitive credentials and configuration data across distributed development, staging, and production environments. It employs client-side encryption to ensure that secrets remain unreadable to the underlying storage infrastructure, while providing a hierarchical permission model to govern both user and machine access. The platform distinguishes itself through dynamic credential provisioning, which generates short-lived access tokens that are automatically revoked after use. It supports

    Manages user and machine access to secrets using a hierarchical permission model based on organizational scope.

    TypeScriptacmecertificate-managementcli
    Auf GitHub ansehen↗27,374
  • ory/kratosAvatar von ory

    ory/kratos

    13,455Auf GitHub ansehen↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    Implements complex relationship-based permission models to manage granular access across distributed systems.

    Gohacktoberfestidentityidentity-management
    Auf GitHub ansehen↗13,455
  • authzed/spicedbAvatar von authzed

    authzed/spicedb

    6,781Auf GitHub ansehen↗

    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

    Implements a relationship-based access control model using graph-like tuples to evaluate recursive permissions.

    Go
    Auf GitHub ansehen↗6,781
  • openfga/openfgaAvatar von openfga

    openfga/openfga

    4,793Auf GitHub ansehen↗

    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

    Specifies authorization logic using a domain-specific language to define relationships, roles, and attribute-based conditions.

    Goabacauthorizationentitlements
    Auf GitHub ansehen↗4,793
  1. Home
  2. Security & Cryptography
  3. Access Control Models

Unter-Tags erkunden

  • Relationship-Based ModelsAccess control frameworks that determine permissions based on the relationships between subjects and resources. **Distinct from Access Control Models:** Distinct from Access Control Models: focuses on graph-based relationship logic rather than bitwise or role-based permission mapping.