Wundero / practimations

Estimations for the soul.
https://practimations.app
MIT License
4 stars 0 forks source link

feat: Introduce rate limiting #2

Open Wundero opened 7 months ago

Wundero commented 7 months ago

Lots of endpoints here could be vulnerable to brute forcing, and should be rate limited. Probably something worth throwing on the global tRPC router. Worth using @upstash/rate-limit and also just using upstash as the backing storage for it, since it would be pretty easy and I have upstash stuff set up already.