auth_middleware.hpp
File Header Information
| Field | Value |
|---|---|
| SPDX Comment | Auth Middleware |
| SPDX Type | SOURCE |
| Contributor | ZHENG Robert |
| License ID | MIT |
| File | auth_middleware.hpp |
| Description | Auth Middleware |
| Version | 0.15.0 |
| Date | 2026-01-24 |
| Author | ZHENG Robert (robert@hase-zheng.net) |
| Copyright | Copyright (c) 2026 ZHENG Robert |
| License | MIT |
Table of Contents
API Documentation
namespace rz
rz namespace.
namespace middleware
middleware namespace.
struct AuthMiddleware
AuthMiddleware struct.
void before_handle(crow::request &req, crow::response &res, context &ctx)
Function implementation.
void after_handle(crow::request &req, crow::response &res, context &ctx)
Function implementation.