BigHugger
sk Skill · ericrisco

webhooks

Use when building the receiving end of a webhook — a provider-agnostic endpoint that proves pushed events are authentic and never processes one twice: raw-body HMAC, ~5-min replay window, idempotency on the event id, fast-ack-then-queue. NOT the Stripe-Signature scheme (that is stripe), NOT outbound clients you call (that is api-connector-builder).

installs 8w
0
30-day movement
starts with the next reading
Related entries
3
Connections
0
pythonjavascriptJavaScriptconnectorsqueuesignature-verificationinbound-webhooksidempotencyhmac-verificationwebhooks
Host repository
ericrisco/rsc-harness
Host stars
84
Host language
JavaScript