webhooks icon indicating copy to clipboard operation
webhooks copied to clipboard

Support sha256 hmac for github webhooks

Open ghost opened this issue 2 years ago • 1 comments

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

ghost avatar Dec 16 '22 02:12 ghost

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

ammario avatar May 30 '23 21:05 ammario