RicardoGEstevesR
Convex Community2y ago
6 replies
RicardoGEsteves

create rate limits for anonymous users

I would like to know if is there any helper or built in feature to limit calls to the db for a single user without workarounds?
I have two forms that call an api mutation and create new entries on two different tables. That entries will be created after a successful submit event, and can be from anonymous users, I want to limit the spam and possible vulnerabilities caused by that.
One option is to add captcha when calling the handler but just to play safe it would be awesome if there was any kind of restriction on the db.
Can anyone give me some help with this?
Was this page helpful?