Login with 2FA
Use the Trust Score to enforce 2FA only when needed — avoiding friction for clean users while catching bots and anti-detect browser users.Flow
Step 1 — Add snippet to login page
Step 2 — Receive and cache the webhook
Store incoming webhooks indexed byRequestID for quick lookup:
Step 3 — Use score at login
Thresholds for login
| Score | Action |
|---|---|
| 0–39 | Allow login |
| 40–69 | Require TOTP / SMS / email OTP |
| 70+ | Block — log suspicious activity |
| 999 | Block — rate limit ban |