#Is backend safe to expose api key

1 messages · Page 1 of 1 (latest)

compact grail
#

Hey guys,
I want to implement Patreon api usage, I need my creator key to be used for the request is it safe to expose it inside my backend ( making request from it )
Basically what I want is get list of patron from Rust then send it to my frontend
Does someone know how I can achieve this safely ?

south canopy
#

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

compact grail
#

So I’ll have to host a separate server that gets data and return it to my app ?

south canopy
#

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

compact grail
#

Alright I’ll see if I can find a free one

compact grail
#

Thanks for the answer friend !