
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
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
