Skip to content

auth_middleware.cpp

GitHub Actions edited this page Jan 2, 2026 · 1 revision

auth_middleware.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/server/auth_middleware.cpp

Purpose: HTTP middleware that enforces authentication and extracts user identity for handlers.

Public functions / symbols:

  • ``
  • std::lock_guard<std::mutex> lock(mutex_);

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally