messagebird / csharp-rest-api

This repository contains the open source C# client for MessageBird's REST API.
ISC License
54 stars 60 forks source link

Support new webhook signature validation method #103

Closed nqkdev closed 3 years ago

nqkdev commented 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.

The new official request signature method is supported. It is signed and sent with MessageBird-Signature-JWT header.