Crates.io | github-webhook-extract |
lib.rs | github-webhook-extract |
version | 0.1.0 |
source | src |
created_at | 2023-04-09 02:15:10.424193 |
updated_at | 2023-04-09 02:15:10.424193 |
description | Parse and verify Github webhook requests |
homepage | https://github.com/beaconbrigade/system-hook/tree/master/github-webhook-extract |
repository | https://github.com/beaconbrigade/system-hook.git |
max_upload_size | |
id | 833889 |
size | 19,177 |
github-webhook-extract
This library provides a way to parse and verify Github webhook payloads. The core of the
verification is provided in the verify
function. A web framework integration (currently
only supports axum will provide the required information
and the verify
function will parse and check the payload.