Feature request: Webhook HMAC signature

Hi, I am looking for a more secure webhook verification feature. Can you add HMAC signatures to webhook requests? So a header will be sent to every requests which is the hash of the payload and the hash will be done using a key which is a shared secret.

You would have to write your own webhook system most likely or with extentions edit the existing one