Ahmed CODEOriginal post
Rank 2: Process
Is it secure to put the sdk requirement data in the codebase?
If yes, how Appwrite securing my app from unauthorized source
- example: connection to my project from source that’s not my app
Summary
Developers are discussing the security of including Appwrite SDK data in the codebase. As long as permissions are set properly and an API key isn't exposed, it should be fine. App constants can be put in the codebase. Appwrite secures the app by authenticating connections.