Expand description
Webhook authentication strategies for incoming HTTP requests.
This module provides WebhookAuth, an enum that supports multiple
authentication schemes commonly used by webhook providers such as GitHub
and GitLab. It can also be used with custom header-based or HMAC-based
authentication flows.
Enumsยง
- Webhook
Auth - Authentication strategy for a webhook endpoint.