Webhook Receiver Hardener

Hardens an inbound webhook endpoint so it verifies the sender signature on the raw body, resists replays, and acknowledges fast by persisting-then-enqueueing before any processing. Use when building or reviewing a handler that receives webhooks from Stripe, GitHub, or any third party, when adding HMAC signature verification, or when a sender is replaying events or hammering you with retries after slow acks.

SkillMedev c07960b 6.4 KB Updated

File contents

SkillMedev/api-integration-engineering/tree/main/skills/webhook-receiver-hardener commit c07960bca7

Frequently asked questions

npx skillmds@latest add skillmedev/webhook-receiver-hardener