//! HTTP route handlers for the client server.
//!
//! - [`auth`]: Signup and signin flows (session creation via AuthToken verification).
//! - [`events`]: Historical event feed and live SSE stream for file change notifications.
//! - [`root`]: Server info endpoint.
//! - [`signup_tokens`]: Signup token validation.
//! - [`tenants`]: Per-user data routes (read, write, session management).
pub
pub
pub
pub
pub