Crate tower_github_webhook
source ·Expand description
§Overview
tower-github-webhook is a crate for verifying signed webhooks received from GitHub.
Structs§
- Middleware that authorizes all requests using the X-Hub-Signature-256 header.
- Layer that applies the ValidateGitHubWebhook middleware which authorizes all requests using the
X-Hub-Signature-256header.