In server side (cloud function) we can use the jwt token on .setJWT however I am not planning to set my Appwrite Instance with setJWT, I will use the API Key so that I can access all data in my database whatever the permssion settled. Because as my knowledge know that if we setJWT it will gives us limit access on some document that based on the permission set. And also that if the cloud function execute on client side it will gives automatically jwt token that will pass it on headers alongside on the execution of function. Hence, I want some method that will check if the jwt token given is generated from appwrite server. Is there a method for that?
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...