Skip to content

feat(account-removal): public removal-request endpoint with server ma… - #90

Merged
CropWatchDevelopment merged 1 commit into
masterfrom
develop
Aug 25, 2026
Merged

CropWatchDevelopment merged 1 commit into
masterfrom
develop

Conversation

@CropWatchDevelopment

Copy link
Copy Markdown
Owner

…th challenge

GET /v1/account-removal/challenge issues a stateless HMAC-signed math problem (10 min expiry, key derived from the JWT secret); POST /request verifies the answer server-side, then emails kevin@ and sayaka@ via SMTP (fail-closed 503 when unconfigured). Anonymous callers are IP-throttled per route (challenge 10/min, request 3/min).

…th challenge

GET /v1/account-removal/challenge issues a stateless HMAC-signed math
problem (10 min expiry, key derived from the JWT secret); POST /request
verifies the answer server-side, then emails kevin@ and sayaka@ via SMTP
(fail-closed 503 when unconfigured). Anonymous callers are IP-throttled
per route (challenge 10/min, request 3/min).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api Ready Ready Preview Aug 25, 2026 9:35am

Request Review

@CropWatchDevelopment
CropWatchDevelopment merged commit bf4dc9c into master Aug 25, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant