github-webhook-extract

Crates.iogithub-webhook-extract
lib.rsgithub-webhook-extract
version0.1.0
sourcesrc
created_at2023-04-09 02:15:10.424193
updated_at2023-04-09 02:15:10.424193
descriptionParse and verify Github webhook requests
homepagehttps://github.com/beaconbrigade/system-hook/tree/master/github-webhook-extract
repositoryhttps://github.com/beaconbrigade/system-hook.git
max_upload_size
id833889
size19,177
Ryan (BeaconBrigade)

documentation

https://docs.rs/github-webhook-extract

README

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.

Commit count: 26

cargo fmt