Is there a method to validate if the jwt token is from appwrite generated?
- 0
- Functions
- REST API
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
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...