Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication module for webhook requests.

Supports:

  • HMAC signature verification (SHA1, SHA256) for GitHub, Shopify, etc.
  • Bearer token verification

Enums§

AuthResult
Result of authentication verification

Functions§

verify_auth
Verify authentication for a webhook request