github_webhook_message_validator 0.1.0

Provides functions to validating GitHub webhook payloads.
Documentation
1
2
3
4
5
6
# GitHub webhook message validator

This package currently contains a single utility function, which may be used to validate the package
of a GitHub webhook request against a shared secret.

For the moment, see the source for usage.