kitsune-soc / kitsune

🦊 (fast) ActivityPub-federated microblogging
https://joinkitsune.org
Other
311 stars 19 forks source link

Rate limiting on authentication and registration endpoints #409

Open aumetra opened 1 year ago

aumetra commented 1 year ago

https://github.com/benwis/tower-governor

(It's just gonna be interesting to see how we will handle that on the GraphQL registration mutation)

aumetra commented 1 year ago

Nevermind. That crate can't do distributed rate limiting (i.e. sync the rate limiting keys between nodes)