You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: