twilio / twilio-node

Node.js helper library
MIT License
1.37k stars 497 forks source link

docs: Show auth token in webhook validation example #918

Closed asportnoy closed 1 year ago

asportnoy commented 1 year ago

Updated Express webhook validation example to show using the auth token. It wasn't shown in the example, so I was confused when I got an error since it wasn't initially clear how I was supposed to set it.

Checklist