rate limiting server actions
Hi, i am using server actions for sign up, sign in, forgot password & reset password. But I don't see any rate limiting (even though I enabled rateLimit). Is this because calling auth.api from server actions is not rate limited? What if I want to protect my auth actions from misuse?
I tried both using radis as secondary storage and as custom storage for rate limiting.
Also can anyone please tell me why I can't see the prefix being used (passed to secondaryStorage)?
1 Reply
Rate limiting only works with authClient. On server, you would have to implement it yourself