docfast/src/routes
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
..
billing.ts fix: critical security issues - webhook bypass, SSRF, XSS 2026-02-14 16:19:48 +00:00
convert.ts fix: critical security issues - webhook bypass, SSRF, XSS 2026-02-14 16:19:48 +00:00
health.ts Initial MVP: DocFast PDF API 2026-02-14 12:38:06 +00:00
recover.ts feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00
signup.ts fix(BUG-021): remove verification code from API response, send via email 2026-02-14 19:10:45 +00:00
templates.ts fix(BUG-006,007,008): copy feedback, invoice data unwrap, zero margins 2026-02-14 15:28:00 +00:00