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