fabro/lib/crates/fabro-cli/tests/it/support
Bryan Helmkamp 323c797e0f
refactor(auth): simplify CLI auth plumbing after code review
Consolidate three copies of `normalized_http_base_url` and
`build_public_http_client` into shared helpers in `user_config`,
add `Display for ServerTarget`, drop stale `#[allow(dead_code)]`
markers now that login/logout/JWT are wired, remove dead
`LOGIN_SUCCESSFUL` and `_error_description` field, and gate
test-only helpers behind `#[cfg(test)]`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 11:13:37 -04:00
..
auth_harness.rs refactor(auth): simplify CLI auth plumbing after code review 2026-04-20 11:13:37 -04:00
mod.rs test(auth): extract shared CLI auth harness 2026-04-20 08:25:29 -04:00