security: validate twilio requests
STUB
- we currently accept POST requests from anyone on the twilio callback endpoint
- (this seems okay because we sanitize requests and only handle them if they look like a signal verification code)
- however, to be rigorous, we should check the request signature that twilio provides on these requests and block them if the signature doesn't validate
- for implementation details see: https://www.twilio.com/docs/usage/security#validating-requests
Edited by aguestuser