Expand description
Webhook signature validation implementation.
Provides HMAC-SHA256 signature validation for GitHub webhooks using constant-time comparison to prevent timing attacks.
Structsยง
- Signature
Validator - Validates GitHub webhook signatures using HMAC-SHA256.