Skip to content

auth_middleware.cpp

makr-code edited this page Dec 21, 2025 · 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_);

Clone this wiki locally