Skip to content

feat: store auth tokens in keyring#45

Open
hex2dec wants to merge 2 commits intomainfrom
feat/secure-auth-storage
Open

feat: store auth tokens in keyring#45
hex2dec wants to merge 2 commits intomainfrom
feat/secure-auth-storage

Conversation

@hex2dec
Copy link
Owner

@hex2dec hex2dec commented Mar 20, 2026

Summary

  • store saved auth tokens in the OS keyring instead of writing plaintext credentials to config.toml
  • report keyring as the persisted credential source in auth command output
  • keep integration tests isolated from the real system keyring by redirecting test credential storage

Validation

  • cargo fmt -- --check
  • cargo test

Closes #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace plaintext token storage with secure credential storage

1 participant