fabro/lib/crates/fabro-auth/src
Bryan Helmkamp 54a11e1426 fix(lint): resolve clippy warnings for Rust 1.94 on CI
- Use short imports instead of absolute paths in test assertions
  (fabro-config merge.rs, resolve/mod.rs)
- Remove needless raw string hashes where string body has no quotes
  (fabro-config, fabro-workflow, fabro-server)
- Use struct initializer instead of field reassignment on Default
  (fabro-types resolved.rs)
- Allow disallowed_methods for Command::new in test that exercises
  a real login command (fabro-auth resolve.rs)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 22:26:36 -04:00
..
strategies Fix OpenAI Codex OAuth device auth 2026-04-13 11:29:01 -04:00
context.rs Add typed provider credential auth flow 2026-04-12 22:10:11 -04:00
credential.rs Clean up provider auth helper duplication 2026-04-13 07:02:03 -04:00
lib.rs Add typed provider credential auth flow 2026-04-12 22:10:11 -04:00
refresh.rs Clean up provider auth helper duplication 2026-04-13 07:02:03 -04:00
resolve.rs fix(lint): resolve clippy warnings for Rust 1.94 on CI 2026-04-13 22:26:36 -04:00
strategy.rs Fix OpenAI Codex OAuth device auth 2026-04-13 11:29:01 -04:00
vault_ext.rs Add typed provider credential auth flow 2026-04-12 22:10:11 -04:00