-
Security
Harden my magic link login
Makes email login links single-use, short-lived, and bound to the browser that requested them.
Free Prompt
What This Does / How This Helps
Tightens every part of passwordless login: strong tokens, single use, fast expiry, resend invalidation, and rate limits on requests. A magic link is a bearer credential delivered by email, so every weakness in the flow is a direct account takeover path. Links that work twice, live forever, or pile up in the inbox (each new request leaving old ones valid) widen the window for interception. And an unthrottled request endpoint lets anyone flood a victim's inbox with your emails. The verification pass exercises the whole lifecycle, including the checks people forget: old links dying when new ones are requested, and request rate limiting.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).