participedia / api

Website and API for Participedia V3
https://participedia.net
MIT License
19 stars 13 forks source link

Spam issue - rate limit using user account and IP address #1131

Open paninee opened 1 year ago

paninee commented 1 year ago

To prevent spam, we should apply a rate limit according to the user's account and IP address. We would add logic to our backend to guess if the user is a bot.

Implementation