Open signebedi opened 1 year ago
Implement rate limiting to prevent abuse and ensure fair usage of the API. We can probably implement this using flask-signing. What areas of abuse? Total number of requests per minute? Limit to total number of active games?
Implement rate limiting to prevent abuse and ensure fair usage of the API. We can probably implement this using flask-signing. What areas of abuse? Total number of requests per minute? Limit to total number of active games?