Description
This webhooks Node.js package can be used in your backend to handle webhook calls from Corbado.
The package handles webhooks authentication and takes care of the correct formatting of requests and responses. This allows you to focus on the actual implementation of the different actions.
Installation
Run the following command in your project root directory:
npm install corbado-webhook --save
Documentation
To learn how Corbado uses webhooks, please have a look at our webhooks documentation.
Examples
See examples for a very simple usage of the webhooks package.