awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Request-Layer Handling · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesRequest-Layer Handling

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Request-Layer Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Orchestration and Multi-Agent Systems
  5. Security & Auth
  6. Authentication Strategies
  7. Request-Layer Handling

Awesome Request-Layer Handling GitHub Repositories

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

    fastapi/fastapi

    95,356GitHubView on GitHub↗

    FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event

    Pythonapiasyncasyncio
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp

Explore sub-tags

  • Authenticated User InjectionDependency-based injection of user models into request handlers.
  • Authenticated User RetrievalMechanisms for accessing the currently authenticated user instance.
  • Custom Authentication GuardsCustom implementations for identity verification and user provider integration.
HTTP Authentication Middleware
Middleware components that enforce authentication requirements on incoming HTTP requests.
  • Manual Authentication HandlersMechanisms for programmatically validating user credentials and managing session lifecycle security.