How to disable too many requests on jwt creations or atleast change the time untill too many requests reset
You can set _APP_OPTIONS_ABUSE to disabled in your .env to disable all rate limiting. This is not recommended outside of a development environment.
Probably you're doing something wrong that triggers too many times the JWT creation
Maybe a loop or similar
I use JWT generation frequently and never faced any issues
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...