mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-27 01:21:25 +00:00
Expose browser and CLI auth sessions through a normalized API, and allow revoking active CLI refresh-token chains while keeping browser sessions non-revocable for v1.
12 lines
183 B
Rust
12 lines
183 B
Rust
mod auth_sessions;
|
|
mod cli_auth_token;
|
|
mod docs;
|
|
mod install;
|
|
mod install_openai_compatible;
|
|
mod routing;
|
|
mod run_files;
|
|
mod runs;
|
|
mod sandbox_vnc;
|
|
mod settings;
|
|
mod system;
|
|
mod tcp;
|