Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default token cache storage to disk #1264

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

int128
Copy link
Owner

@int128 int128 commented Jan 26, 2025

See #1255 (comment).

Changes

It changes the default value of token cache storage to disk. It also adds the recommendation usage to docs.

It removes --token-cache-storage flag from clean command. Instead, clean command deletes both the file system and keyring.

@int128 int128 marked this pull request as ready for review January 26, 2025 07:43
@ergonab
Copy link

ergonab commented Jan 28, 2025

Copy/pasting my reply to #1255:

It does make sense to use the OS keyring when available, since it is arguably more secure than just a file somewhere on disk. Having a fallback to disk when all else fails is good enough IMHO. If there are other errors that need to be exempted then those should be addressed separately, just like in #1257.

@int128 int128 merged commit bc7e71f into master Jan 30, 2025
18 checks passed
@int128 int128 deleted the int128/Change-default-token-cache-storage-to-disk branch January 30, 2025 09:47
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.

2 participants