1 stable release
1.0.1 | Mar 4, 2024 |
---|
#11 in #verifying
219 downloads per month
Used in git-next
13KB
259 lines
Rust library for Standard Webhooks
Example
Verifying a webhook payload:
use standardwebhooks::Webhook;
let wh = Webhook::new(base64_secret);
wh.verify(webhook_payload, webhook_headers).expect("Webhook verification failed");
Dependencies
~1.7–2.3MB
~45K SLoC