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
- DNS bug
Hello, we found bug at the Appwrite Cloud Domains, when changing **only ** the Comment of CNAME, we get error DNS record already exists. Some DNS types do not ...
- Duplicate Billing Issue – Charged Twice ...
Hi Appwrite team, I noticed that my card was charged twice for the subscription payment ($25 each), even though I only intended to make a single payment. Coul...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...