Implement Electron safeStorage
api
#287
Closed
patrickhoogkamer
started this conversation in
Ideas
Replies: 1 comment
-
This just got released! Docs here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there is no way to safely store certain values, encryption keys for example, in the user's keychain (or platform equivalent when not on macOS).
Electron has an api called safeStorage that could be implemented in NativePHP to accomplish this.
Beta Was this translation helpful? Give feedback.
All reactions