How to use rate limit with convex auth
I have my auth setup with http-email and I would like to rate limit it but it seems like not possible right now. I do use rate limiting for other mutations successfully
second question is how to use rate-limiting in actions?
2 Replies
Have you seen https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/README.md#rate-limiting
GitHub
convex-helpers/packages/convex-helpers/README.md at main · get-conv...
A collection of useful code to complement the official packages. - get-convex/convex-helpers
yes I do use rate limiting for other mutations successfully. but auth is different case as its a wrapper around auth.js
also actions doesn't have ctx.db access so thats the second question