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
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
To facilitate getting a working build on Linux, a rudimentary Keychain was added. But unlike on the macOS & iOS environments, where the OS-provided secure storage mechanisms are used, the Linux "Keychain" just writes plaintext blobs to the filesystem.
This is obviously inadequate and temporary; a minimally viable solution would be to extend Keychain to be able to read credentials from environment variables.
The text was updated successfully, but these errors were encountered:
To facilitate getting a working build on Linux, a rudimentary Keychain was added. But unlike on the macOS & iOS environments, where the OS-provided secure storage mechanisms are used, the Linux "Keychain" just writes plaintext blobs to the filesystem.
This is obviously inadequate and temporary; a minimally viable solution would be to extend Keychain to be able to read credentials from environment variables.
The text was updated successfully, but these errors were encountered: