Hey all, I am trying to set permissions on my appwrite cloud functions to only be hit by users. I found a way to do it via the "cloud.appwrite.io/v1" endpoint with the users session id but don't see the same option using the global domain generated by the function. Was wondering if there was anyway to do this with that global domain?
Thanks in advance
TL;DR
Developers are trying to set permissions for appwrite cloud functions to be accessible only by users. They found a way to do it with users' session ID via the "cloud.appwrite.io/v1" endpoint, but are looking for a similar option with the global domain generated by the function.