aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/auth.rs (unfollow)
Commit message (Collapse)Author
6 dayschore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
6 dayschore: Remove more useless codeBenedikt Peetz
2026-03-23chore: Refactor CLI auth flows and token storage (#3317)Michelle Tilley
This PR eplaces the binary `is_hub_sync()` auth routing with an explicit `SyncAuth` enum that classifies the client's authentication state at runtime. This fixes a class of bugs where CLI session tokens were silently mis-stored or used with the wrong auth scheme during Hub migration.
2026-03-16feat: Allow headless account ops against Hub server (#3280)Michelle Tilley