template-fastapi-react
template-fastapi-react copied to clipboard
feat: implement rate-limiting on api
Describe Problem
Restrict the amount of requests a user can make within short period of time
Suggest Solution
Implement solution from NeqSimAPI