docfast/src
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
..
__tests__ Add landing page, tests, Docker deployment, nginx config 2026-02-14 13:01:07 +00:00
middleware fix: BUG-022 check duplicate email before rate limit, BUG-024 support X-API-Key header 2026-02-14 18:41:46 +00:00
routes feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00
services feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00
index.ts feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00