You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- logout no longer blocked when OS keychain is locked: read() throw is
caught in both logout/index.ts and logout.ts; local credential cleanup
(hosts.yml) always runs regardless of keychain state
- FileTokenStore transparently reads pre-upgrade tokens.yml (no version
header = legacy format); next write stamps version: 1
- KeychainTokenStore.write() now wraps native keyring errors as
KeyringUnavailable, matching the error surface of read()
- tests for all three: logout-with-locked-keychain, legacy-file
migration, write-error wrapping
0 commit comments