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
After some research, I find this is currently better to achieved by a thirdparty tool, which loads an encrypted .env file. Using system secret such as OS X keychain or GNOME keyring is definitely the ideal case but so far I personally don't believe its effectiveness. Instead, I think it's user's responsibility to keep the secret from untrusted applications with approaches like sandboxes or namespaces. Therefore, for now I decide not to implement it. Please comment there is any suggestions.
This is more secured approach to store API keys. I still need to investigate how this works because I wasn't using it.
The text was updated successfully, but these errors were encountered: