Signalen / backend

Backend for Signalen, an application that helps cities manage and prioritize nuisance reports.

Home Page:https://signalen.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add rate limiting to public endpoints

bartjkdp opened this issue · comments

commented

Currently we have no rate limiting in place.

Note

  • As we are using a loadbalancer in front of our deployments, the end-user IP needs to be fetched from the X-Forwarded-For header.
  • Django REST Framework offers rate-limiting functionality.