lunakv / academyruins-api

Rules API for Magic: The Gathering
https://api.academyruins.com/docs
GNU Affero General Public License v3.0
4 stars 1 forks source link

Rate limiting #50

Closed lunakv closed 1 year ago

lunakv commented 1 year ago

The API access is fully open (aside from whatever Cloudflare does). We should have a sensible rate limit applied and enforced, either through some Python package or (more likely) within NGINX.

lunakv commented 1 year ago

Handled through NGINX. Now we just need to update the API docs to mention that.