Concept Flow - Webhook signature verification
Receive webhook request
Extract signature from headers
Compute expected signature using secret and payload
Compare expected signature with received signature
Process webhook
The server receives a webhook, extracts the signature, computes the expected signature using a secret and payload, then compares both to verify authenticity.