jackrr / bubble

MIT License
0 stars 0 forks source link

feat: verify requests from twilio #16

Closed jackrr closed 3 years ago

jackrr commented 3 years ago

Prevents abuse from bad actors on the /incoming-sms endpoint. Uses twilio's Java library to verify the authenticity token passed with the webhook payload.

resolves #15