-
Hi, I am a beginner in Appwrite and using it inside React app. When I navigate to other screens there is exposed datas in url like published_by , permissions, database_id, etc Does this issue a threat to my database? _
_ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So after some time using Appwrite I feel that the exposed ids are not so much of an issue because we can add role permission for database with edit delete , view permissions. In this way certain users only have certain permissions to actually amend database. |
Beta Was this translation helpful? Give feedback.
So after some time using Appwrite I feel that the exposed ids are not so much of an issue because we can add role permission for database with edit delete , view permissions. In this way certain users only have certain permissions to actually amend database.