Yes
[SOLVED] Backend access security
Votes
0
Replies
24
Participants
Unknown
Messages
25
And sure you can give details on what info so I'll be 100% sure
What secret keys are you using in the client-side? If you're talking about the endpoint and projectId, then yes it's safe to store.
Rank 4: Virtual Machine
Appwrite initialization.
That holds the key and url
Wanted knowing if it's safe from reverse engineering or cracking
Admin
What "key" are you talking about? If you're referring to the Appwrite API Key (https://appwrite.io/docs/keys), that is NOT safe to put in your flutter app.
Rank 4: Virtual Machine
the details provided by appwrite when a project is created.
how do one safely store that in flutter app
this was what I meant ☝️
Rank 2: Process
I think you mean the your appwrite project endpoint and project id
Rank 4: Virtual Machine
Yes @ski
Admin
Rank 4: Virtual Machine
Though @safwan said it's safe at main.dart
Rank 4: Virtual Machine
I appreciate you all
@safwan
@ski
@Steven
i meant for the server side. when you're creating an appwrite function 😅
Rank 4: Virtual Machine
please rephrase
the project id and endpoint are fine. api keys should never be stored on the client side.
^
Rank 4: Virtual Machine
ok, I will store them on appwrite
[SOLVED] Backend access security
Moderator
Not even in appwrite, no one should have access to it except of you
Rank 4: Virtual Machine
So how do I store it @D5 ?
Admin
what exactly are you trying to store and what are you trying to do with it?
Moderator
Locally in the user device
Rank 4: Virtual Machine
@Steven appwrite endpoint and secret details, for access to appwrite backend
Admin
I don't know what you mean by secret details
Admin
As mentioned before, the endpoint is not sensitive and can be shared
Rank 4: Virtual Machine
ok