Expand description
Authentication module for webhook requests.
Supports:
- HMAC signature verification (SHA1, SHA256) for GitHub, Shopify, etc.
- Bearer token verification
Enums§
- Auth
Result - Result of authentication verification
Functions§
- verify_
auth - Verify authentication for a webhook request