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

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

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

3 مستودعات

Awesome GitHub RepositoriesAuthorization Validation

Verification of security tokens and user scopes to control access to specific API operations.

Distinct from Request Validation: Focuses specifically on security authorization (tokens/scopes) rather than general request data validation.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Authorization Validation. Refine with filters or upvote what's useful.

Awesome Authorization Validation GitHub Repositories

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

    GAM-team/GAM

    4,206عرض على GitHub↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Verifies the validity of security tokens and user scopes to control access to specific API operations.

    Pythongamgooglegoogle-admin-sdk
    عرض على GitHub↗4,206
  • danielgtaylor/humaالصورة الرمزية لـ danielgtaylor

    danielgtaylor/huma

    4,170عرض على GitHub↗

    Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet

    Inspects request headers for valid tokens and verifies that users possess required scopes for an operation.

    Goapidocumentationfastapi
    عرض على GitHub↗4,170
  • modelcontextprotocol/java-sdkالصورة الرمزية لـ modelcontextprotocol

    modelcontextprotocol/java-sdk

    3,190عرض على GitHub↗

    This is a software development kit for integrating the Model Context Protocol into Java applications. It serves as a framework for building AI servers and communication layers that exchange prompts, resources, and tool definitions between AI clients and servers. The SDK provides a transport-agnostic communication layer, allowing bidirectional data exchange over standard I/O, HTTP, or Server-Sent Events. It includes a generative AI resource manager for exposing structured data and prompt templates, and a standardized interface for implementing protocol clients and servers. The project covers

    Provides pluggable authorization hooks to validate client identity and restrict endpoint access.

    Java
    عرض على GitHub↗3,190
  1. Home
  2. Software Engineering & Architecture
  3. Request Validation
  4. Authorization Validation

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

  • Gateway AuthorizationEnforcing access control at the network edge using JWTs, IP filters, and external authorizers. **Distinct from Authorization Validation:** Distinct from Authorization Validation: focuses specifically on the gateway-level enforcement mechanisms (JWT, IP filtering) rather than general token verification logic.