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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- 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...