docfast/public
OpenClaw 87a49d8e93 feat: key recovery via email verification (BUG-014)
- POST /v1/recover: request recovery code
- POST /v1/recover/verify: verify code, receive key via email
- Key sent via email only (not in API response) for security
- Rate limited to 3 attempts per hour
- Non-enumerable: same response whether email exists or not
- DKIM-signed emails via postfix/opendkim
2026-02-14 19:26:47 +00:00
..
app.js fix(BUG-025): attach click listener to copy button on API key display 2026-02-14 19:17:18 +00:00
docs.html fix: BUG-022 check duplicate email before rate limit, BUG-024 support X-API-Key header 2026-02-14 18:41:46 +00:00
index.html feat: add 6-digit code email verification to signup flow 2026-02-14 18:25:55 +00:00
index.html.backup-20260214-175429 feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00