1 unstable release

0.1.0 Apr 9, 2023

#23 in #github-webhook


Used in system-hook

MIT license

19KB
449 lines

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.


lib.rs:

Github Webhook

Contains types for github webhooks

Features

  • axum: enable the axum feature to get extractor implementations

Dependencies

~2–4.5MB
~87K SLoC