Skip to main content
Validate webhook provenance by looking at the X-Nango-Signature header. It’s a SHA-256 hash generated using the secret key found in the Environment Settings in the Nango UI. The webhook signature can be generated with the following code:
Only accept a webhook if the X-Nango-Signature header value matches the webhook signature.