#Is backend safe to expose api key
1 messages · Page 1 of 1 (latest)
nothing you put on a user's PC is safe
the only safe way to do that would be to set up a webservice and query the list from there
So I’ll have to host a separate server that gets data and return it to my app ?
that's the only way to be 100% secure yes
any data that the user's computer can access, can also be accessed by a sufficiently tech-savvy and motivated user
Alright I’ll see if I can find a free one
That’s what I wanted to be sure even if it’s rust it doesn’t change anything
Thanks for the answer friend !