signebedi / chess_flask

a RESTful chess API
MIT License
0 stars 0 forks source link

Add rate-limiting #15

Open signebedi opened 1 year ago

signebedi commented 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?