AGWA / sms-over-xmpp

XMPP Component (XEP-0114) to send and receive SMS
Other
77 stars 10 forks source link

verify HTTP basic auth on incoming SMS #11

Closed mndrix closed 7 years ago

mndrix commented 7 years ago

When Twilio notifies us of an incoming SMS, it's able to provide HTTP authentication to prove that the notice is legitimate. Allow users to configure an HTTP user name and password which Twilio must provide during SMS notifications.

mndrix commented 7 years ago

This is implemented. One can specify http.username and http.password in the config file to verify Twilio's credentials on incoming HTTP requests.