1 unstable release
| 0.2.0 | Aug 19, 2024 |
|---|---|
| 0.1.2 |
|
| 0.1.1 |
|
| 0.1.0 |
|
#1455 in Authentication
103 downloads per month
19KB
265 lines
Overview
tower-github-webhook is a crate for verifying signed webhooks received from GitHub.
The crate exports two structs: ValidateGitHubWebhookLayer and ValidateGitHubWebhook. These
structs implement tower_layer::Layer and tower_service::Service, respectively, and so can
be used as middleware for any servers that build on top of the Tower ecosystem.
tower-github-webhook
tower-github-webhook is a crate that simplifies validating webhooks received from GitHub.
Dependencies
~6.5–8.5MB
~81K SLoC