Unique ID per application install #2818
Answered
by
nothingismagick
NikolaGrgic
asked this question in
Q&A
-
Hi all, Is there a way to bind a unique ID to an install and then call upon it from the frontend, either via a default environment variable, JavaScript API, or the like? The way I'm imaging it is the following:
Is a behavior like this possible with Tauri, or is there something already like that? |
Beta Was this translation helpful? Give feedback.
Answered by
nothingismagick
Oct 27, 2021
Replies: 1 comment 1 reply
-
There are many ways to do this, I would recommend integrating stronghold via our official plugin. It's generally not a wise move to use environment variables, at least if you are concerned about your user's security. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NikolaGrgic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many ways to do this, I would recommend integrating stronghold via our official plugin. It's generally not a wise move to use environment variables, at least if you are concerned about your user's security.
https://github.com/tauri-apps/tauri-plugin-stronghold