How to store user credentials #1222
Unanswered
helghast79
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Keytar has a rust binding https://docs.rs/keytar/0.1.3/keytar/ I think what you can do now is to manually pass the credential to the rust-runtime and then use keytar in the rust side. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We will be releasing an official plugin for Tauri that integrates with Stronghold. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to store user's credentials or user sensitive data that should be persisted like login credentials? Local storage only saves data while the app is running and is lost once the app is closed. Keytar works in electron, is there a way to implemented it in Tauri?
Beta Was this translation helpful? Give feedback.
All reactions