awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Access Control Models · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesAccess Control Models

Defines the logical frameworks and paradigms used to determine what an authenticated entity is permitted to do, contrasting with implementation-level enforcement.

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

  1. Home
  2. Security & Cryptography
  3. Identity and Access Management
  4. Access Control
  5. Access Control Models

Awesome Access Control Models GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • langchain-ai/langchain

    langchain-ai/langchain

    127,015GitHubView on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows t

    Pythonagentsaiai-agents
  • rustdesk/rustdesk

    rustdesk/rustdesk

    107,776GitHubView on GitHub↗

    RustDesk is a cross-platform remote desktop client that enables users to initiate and receive remote sessions. It provides a complete infrastructure for self-hosted remote access, utilizing a signaling and relay server architecture to maintain connectivity when direct peer-to-peer links are unavailable. The software is

    Rustandroidanydeskdart
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • modelcontextprotocol/servers

    modelcontextprotocol/servers

    79,000GitHubView on GitHub↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service envir

    TypeScript
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    C++marshallingprotobufprotobuf-runtime

Explore sub-tags

  • Attribute-based Access ControlsAccess control systems that grant permissions based on characteristics of the user, resource, or environment.
  • Default Symbol VisibilityFile-level settings defining the default access scope for symbols.
  • Elevation MechanismsTools allowing remote clients to interact with restricted system dialogs and administrative prompts.
  • Least Privilege ImplementationsArchitectures that restrict user and system access to the minimum level necessary for performing required tasks.
  • Permission-Based SecuritySecurity models that manage access by assigning specific rights or privileges to users based on defined roles.