Open daguar opened 9 years ago
Per https://www.twilio.com/docs/security#validating-requests
This is a good level of due-diligence around security, and not that hard to implement.
It's very easy to implement. Here's how I did it in Ohana SMS: https://github.com/monfresh/ohana-sms/commit/f69a0d861d5e8f86c1cef7d1fe5396a85d1bdf21
Per https://www.twilio.com/docs/security#validating-requests
This is a good level of due-diligence around security, and not that hard to implement.