devrel-examples
devrel-examples copied to clipboard
Setup script for Node.js webhooks example
- Introduces createWebhook.js, a setup script for establishing webhooks and validating the stored
X-Hook-Secretagainst the one received from Asana's201response during webhook creation. This validation checks that the secrets match (i.e., enhance security by allowing only legitimate sources to trigger events). - Updates the README to describe these changes in installation/usage