LemonGateway.Transports.Webhook.SignatureValidation (lemon_gateway v0.1.0)

View Source

Authorization and signature validation for webhook requests.

Summary

Functions

authorize_request(conn, payload, integration, webhook_config)

@spec authorize_request(Plug.Conn.t(), map(), map(), map()) :: :ok | {:error, term()}