awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesRequest Validation Middleware

Components that intercept incoming data to enforce access policies and perform type-safe input transformation.

Distinguishing note: Specifically targets request-level security and type-transformation rather than general-purpose authentication.

Explore 5 awesome GitHub repositories matching security & cryptography · Request Validation Middleware. Refine with filters or upvote what's useful.

Awesome Request Validation Middleware GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rwf2/rocketAvatar rwf2

    rwf2/Rocket

    25,747Vezi pe GitHub↗

    Rocket is a type-safe web framework designed for building server-side applications. It provides a high-performance asynchronous routing engine that maps incoming network traffic to concurrent handler functions, while managing the full lifecycle of web requests. The framework emphasizes compile-time verification, ensuring that request parameters, response types, and routing logic remain consistent throughout the development process. The framework distinguishes itself through its use of request guards, which act as a validation layer to intercept and transform incoming data into structured type

    Intercepting incoming data to enforce access policies and transform raw input into validated application types before reaching core business logic.

    Rustframeworkrocketrust
    Vezi pe GitHub↗25,747
  • shieldfy/api-security-checklistAvatar shieldfy

    shieldfy/API-Security-Checklist

    23,258Vezi pe GitHub↗

    This project is a comprehensive API security audit checklist and vulnerability audit framework. It provides a structured guide of security countermeasures for designing, testing, and deploying secure APIs across various protocols. The framework includes specialized guides for securing OAuth 2.0 authorization flows, implementing zero trust networking for service-to-service communication, and protecting GraphQL endpoints from resource exhaustion and information leakage. It also provides standards for integrating static analysis, dynamic scanning, and secret detection into CI/CD delivery pipelin

    Implements request validation middleware to screen for correct HTTP methods and content types.

    apijwtoauth2
    Vezi pe GitHub↗23,258
  • tencent/apijsonAvatar Tencent

    Tencent/APIJSON

    18,395Vezi pe GitHub↗

    APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg

    Includes middleware that validates user permissions and sanitizes input for every incoming request.

    Javabaasclickhousecrud
    Vezi pe GitHub↗18,395
  • apollographql/apollo-serverAvatar apollographql

    apollographql/apollo-server

    13,943Vezi pe GitHub↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    Ships security middleware to block CSRF and search attacks by validating request origins and headers.

    TypeScript
    Vezi pe GitHub↗13,943
  • benoitc/gunicornAvatar benoitc

    benoitc/gunicorn

    10,443Vezi pe GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Validates incoming HTTP request targets and headers against protocol standards to prevent injection and malformed request attacks.

    Pythonhttphttp-serverpython
    Vezi pe GitHub↗10,443
  1. Home
  2. Security & Cryptography
  3. Request Validation Middleware