Closed nqkdev closed 3 years ago
This PR adds support for the new webhook signature method. More info about it here: Verify HTTP Request
In short, the PR deprecates the older webhook signature method with the request headers: MessageBird-Signature and MessageBird-Request-Timestamp.
MessageBird-Signature
MessageBird-Request-Timestamp
The new official request signature method is supported. It is signed and sent with MessageBird-Signature-JWT header.
MessageBird-Signature-JWT
This PR adds support for the new webhook signature method. More info about it here: Verify HTTP Request
In short, the PR deprecates the older webhook signature method with the request headers:
MessageBird-Signature
andMessageBird-Request-Timestamp
.The new official request signature method is supported. It is signed and sent with
MessageBird-Signature-JWT
header.