webhook_service_interface
interface webhook_service_interface
Webhook Service Interface.
Handles incoming webhooks, including authentication and dispatching.
Methods
bool
validate_signature(string $payload, string $signature, string $secret, string $algo = 'sha256')
Validate an incoming webhook signature using HMAC.
Details
at line 37
bool
validate_signature(string $payload, string $signature, string $secret, string $algo = 'sha256')
Validate an incoming webhook signature using HMAC.