HexiOriginal post
Rank 3: Container
How to disable too many requests on jwt creations or atleast change the time untill too many requests reset
Summary
User is facing issues with JWT creation and keeps getting a 429 error. Others suggest it may be due to a loop or an error in the JWT creation process. One solution is to set `_APP_OPTIONS_ABUSE` to `disabled` in the `.env` file, but it is not recommended for non-development environments. The user also asks for a way to change the time until the rate limiting resets.