A more secure webhook verification feature. Adding 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.