go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
950 stars 237 forks source link

Support sha256 hmac for github webhooks #160

Open ghost opened 1 year ago

ghost commented 1 year ago

GitHub now also sends a header X-Hub-Signature-256

ammario commented 1 year ago

See https://github.com/go-playground/webhooks/pull/173

Or you can add this to your go.mod to use it before merge:

replace github.com/go-playground/webhooks/v6 => github.com/ammario/webhooks/v6 v6.0.0-20230530210742-61c8d3560b68