fabro/test/twin/github/src
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
..
handlers refactor(auth): simplify CLI auth plumbing after code review 2026-04-20 11:13:37 -04:00
testdata test(twin-github): stop generating rsa keys during tests 2026-04-05 11:02:54 -04:00
auth.rs fmt 2026-04-11 11:27:46 -04:00
fixtures.rs lint(clippy): disallow blocking std::fs on Tokio paths 2026-04-19 17:22:21 -04:00
lib.rs chore(clippy): require reasons on allow attributes 2026-04-19 20:24:24 -04:00
server.rs test(unwrap): clean shared support and workflow fixtures 2026-04-19 21:01:25 -04:00
state.rs feat(auth): add CLI GitHub login and logout flow 2026-04-20 07:12:52 -04:00
test_support.rs refactor(http): centralize reqwest behind fabro-http 2026-04-12 11:48:54 -04:00