This repository contains libraries for verifying webhooks across different programming languages. Currently, we support Python, JavaScript, and Java.
Webhook verification is essential to ensure the authenticity and integrity of the events sent to your endpoints. These libraries help you validate the signatures of incoming webhooks to prevent unauthorized access.
The Python library is located in the carbon_webhooks_python
directory.
The JavaScript library is located in the carbon_webhooks_javascript
directory.
The Java library is located in the java
directory.