-
Notifications
You must be signed in to change notification settings - Fork 4.4k
🐛 Bug Report: No app check #5653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for creating this issue @shatanikmahanty. Our team will look into it soon. |
Hi @shatanikmahanty we checked internally, and it is working as expected. Can you recheck and let me know? |
Hi @Haimantika, was caught up in work, so could not check earlier. I am still facing the same issue on read data. Writing to database or deleting user session gives me error invalid origin, so they are working. The current package name in the app: Reproducible code: Steps to reproduce:
Once app is launched:
|
Hi, so this is an expected behaviour. We validate the origin like how CORS checks are done on the web. it's not meant to fully stop someone from accessing your Appwrite project. |
Is there a method by which we may secure data read? |
The best way to secure data is to set permissions to limit access to only authorized users. If you're looking for Play Integrity integration, please add a 👍🏼 to #4791 |
👟 Reproduction steps
👍 Expected behavior
Should not allow access to appwrite if the package name is different from what is registered in console
👎 Actual Behavior
Allows access to cloud resources
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 Your Environment
Appwrite Cloud
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: