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
Authentication routes are currently accessible without rate limiting, while other API routes already use generalLimiter. This increases the risk of brute-force login attempts, repeated registration spam, and abuse of authentication endpoints.
Authentication routes are currently accessible without rate limiting, while other API routes already use generalLimiter. This increases the risk of brute-force login attempts, repeated registration spam, and abuse of authentication endpoints.