Hello, I work in construct 3 (visual programming). I have a question about the private key.
How I plan to do it:
Add a private key to a variable and add it to request URL before transferring it to signature
But, such a solution makes private key not quite "private" anymore, since it will be stored in game client.
Is my approach correct? Or are there options that allow you not to store the key in the client?