Expand description
Secure token storage for proxy OAuth providers.
Uses the OS keychain (macOS Keychain / freedesktop Secret Service / Windows
Credential Manager) via the keyring crate. Falls back to a 0600 file under
~/.st/proxy_tokens/ when no backend is available (headless Linux etc.).