fabro/lib/crates/fabro-server/tests/it/api/mod.rs
Bryan Helmkamp 537a5125cb
feat(auth): tighten server auth surface with single origin
Implements plan: single origin, drop CLI preflight, gate demo toggle.
Removes loopback client target and CLI auth config preflight endpoint;
adds canonical_origin module on the server; regenerates SPA and TS API
client.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 23:38:31 -04:00

10 lines
147 B
Rust

mod cli_auth_token;
mod docs;
mod install;
mod install_openai_compatible;
mod routing;
mod run_files;
mod runs;
mod settings;
mod system;
mod tcp;