-
Security
Rate limit my login and signup endpoints
Adds per-IP and per-account throttling with clear responses so credential stuffing and brute force stall out.
Free Prompt
What This Does / How This Helps
Puts brakes on your auth endpoints with per-IP and per-account limits, so password guessing and credential stuffing run into a wall instead of walking through thousands of attempts. An unthrottled login form is an open invitation. Leaked password lists get replayed against your app automatically, and without limits the attacker gets unlimited tries at full speed. The per-account lockout matters too: it stops targeted attacks on one specific user even when the attacker rotates IPs. You also get stricter limits on reset and code endpoints, which without them become a free way to spam your users' inboxes from your own domain.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).