-
Notifications
You must be signed in to change notification settings - Fork 3
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
Encode Global Settings File #389
Conversation
The values of the API keys in the I even deleted the file and saved a fresh one through the app |
Whoops! Was just logging the encoded values for testing, never actually saved them... |
for more information, see https://pre-commit.ci
One small conflict now |
Should be good to go! |
@garrettmflynn The new config file contents look good, but I can't navigate away from the settings page in the app after resetting the values The popup blocks me even if I keep hitting 'save and continue' |
Good catch. Fixed |
OK looks good now 👍 |
This PR encrypts / decrypts strings in the global settings file.
fix #369