-
Let me just preface this question by saying i'm aware of current libraries (e.g. slowapi) which exist in order to rate limit fastapi apps and seem to do a good enough job. I'm currently using slowapi across my endpoints and it's working, but I am having issues implementing it across fastapi-users end points such as /auth/jwt/login (which is the most crucial endpoint to limit). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Closed after finding answer here: #1505 |
Beta Was this translation helpful? Give feedback.
Closed after finding answer here: #1505