devrel-examples icon indicating copy to clipboard operation
devrel-examples copied to clipboard

Setup script for Node.js webhooks example

Open aw-asana opened this issue 1 year ago • 0 comments

  • Introduces createWebhook.js, a setup script for establishing webhooks and validating the stored X-Hook-Secret against the one received from Asana's 201 response 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

aw-asana avatar Oct 10 '24 22:10 aw-asana