Logo

Cake Planner

Backend

auth_controller.cpp

File Header Information

FieldValue
SPDX CommentAuth Controller Implementation
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Fileauth_controller.cpp
DescriptionAuth Controller Implementation
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 controller

controller namespace.


AuthController::AuthController(service::NotificationService* notifyService)

Constructs the AuthController.

ParameterDescription
notifyServicePointer to the notification service (can be nullptr).

void AuthController::registerRoutes(crow::App &app)

Registers authentication-related routes with the Crow application.

ParameterDescription
appThe Crow application instance to register routes with.