My flutter app (frontend) need to generate a jwt Token to be sent as Auth header bearer token with every request it sends to my backend which my backend will now use the token to get the user.
If the user exists, then the request is authenticated, and if not, it's refused at the backend.
Now I'm getting general rate limit error for endpoint that has to do with createJwt on appwrite on my flutter side.
What's the solution?
And could you suggest a better approach to the jwt Token creation and verification.
Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...