Why I Built My Own Rate Limiting Library for FastAPI
I was using SlowAPI for rate limiting in a FastAPI project and kept running into the same friction points. So I built fastlimit: here is what bothered me and what I did about it.
PythonFastapiBackend