Logo

Cake Planner

Backend

auth_middleware.hpp

File Header Information

FieldValue
SPDX CommentAuth Middleware
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Fileauth_middleware.hpp
DescriptionAuth Middleware
Version0.15.0
Date2026-01-24
AuthorZHENG Robert (robert@hase-zheng.net)
CopyrightCopyright (c) 2026 ZHENG Robert
LicenseMIT

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.