awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesAuthorization Context Rule Definition

Configuration of granular access rules based on scope, expiration, and authorized signers.

Distinct from Access Control: Distinct from general access control: focuses on defining the context and scope of authorization rules.

Explore 6 awesome GitHub repositories matching security & cryptography · Authorization Context Rule Definition. Refine with filters or upvote what's useful.

Awesome Authorization Context Rule Definition GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • openzeppelin/openzeppelin-contractsالصورة الرمزية لـ OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157عرض على GitHub↗

    OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo

    Configures granular access control by specifying the scope, expiration, authorized signers, and enforcement policies required to execute specific contract operations.

    Solidityethereumevmsecurity
    عرض على GitHub↗27,157
  • casbin/casbinالصورة الرمزية لـ casbin

    casbin/casbin

    19,848عرض على GitHub↗

    Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig

    Supports managing distinct sets of authorization rules simultaneously by grouping evaluation definitions into independent contexts.

    Goabacaccess-controlacl
    عرض على GitHub↗19,848
  • mystenlabs/suiالصورة الرمزية لـ MystenLabs

    MystenLabs/sui

    7,612عرض على GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Creates custom requirements, such as royalties or time-locks, that must be satisfied for token transfers.

    Rustblockchaindistributed-ledger-technologymove
    عرض على GitHub↗7,612
  • openfga/openfgaالصورة الرمزية لـ openfga

    openfga/openfga

    4,793عرض على GitHub↗

    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

    Evaluates authorization requests using temporary, non-persistent attributes provided during the session.

    Goabacauthorizationentitlements
    عرض على GitHub↗4,793
  • cerbos/cerbosالصورة الرمزية لـ cerbos

    cerbos/cerbos

    4,460عرض على GitHub↗

    Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec

    Fetches identity, resource, and relationship attributes at decision time to populate requests before evaluation.

    Goaccess-controlauthorizationgo
    عرض على GitHub↗4,460
  • google/cel-specالصورة الرمزية لـ google

    google/cel-spec

    3,673عرض على GitHub↗

    The Common Expression Language specification is a formal standard for a non-Turing-complete expression language designed for safe, portable, and fast logic evaluation. It serves as a cross-language logic standard and a declarative policy language, providing a consistent semantic framework for executing boolean expressions and data transformations across different programming environments. This specification acts as an embedded expression engine that allows applications to integrate portable logic for evaluating user-defined configurations. It is specifically designed to enable safe user-defin

    Implements a binding-based mechanism to resolve expression identifiers using external variables and functions.

    Starlark
    عرض على GitHub↗3,673
  1. Home
  2. Security & Cryptography
  3. Security
  4. Policies
  5. Access Control
  6. Authorization Context Rule Definition

استكشف الوسوم الفرعية

  • Asset Transfer RequirementsDefinition of custom conditions such as royalties or time-locks for asset transfers. **Distinct from Authorization Context Rule Definition:** Focuses on programmable rules governing asset movement rather than general authorization context rules.
  • Evaluation Contexts2 وسوم فرعيةGroups request, policy, and matcher definitions into independent evaluation contexts for simultaneous rule management. **Distinct from Authorization Context Rule Definition:** Focuses on the grouping of evaluation parameters, distinct from general rule definition.
  • Schema MigrationsIncremental updates to authorization models and relationship tuples to evolve access logic without downtime. **Distinct from Authorization Context Rule Definition:** Focuses on the evolution of the authorization schema over time, whereas Authorization Context Rule Definition focuses on the current state of rules.