fabro/lib/crates/fabro-cli
Bryan Helmkamp c7a9f1e30b refactor(auth): deduplicate session secret, remove dead code, tighten test helpers
- Extract generate_session_secret and validate_session_secret to
  fabro_util::session_secret, removing duplicate implementations in
  install.rs (with private hex module) and start.rs
- Remove dead run_auth_method_for_config/run_auth_method_for_method
  from jwt_auth.rs (zero callers)
- Replace test read_dev_token helper with dev_token::read_dev_token_file
  which validates the fabro_dev_ prefix rather than just non-empty
- Extract build_unix_socket_probe_client to deduplicate probe client
  construction in try_connect/connect_unix_socket_api_client_bundle

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 12:18:01 -04:00
..
src refactor(auth): deduplicate session secret, remove dead code, tighten test helpers 2026-04-13 12:18:01 -04:00
tests/it refactor(auth): deduplicate session secret, remove dead code, tighten test helpers 2026-04-13 12:18:01 -04:00
build.rs refactor(async): lint std::process::Command across all targets 2026-04-12 13:35:57 -04:00
Cargo.toml Split server runtime secrets from vault secrets 2026-04-12 14:03:54 -04:00