twiliosig

v0.0.5
Node module for making sure HTTP requests are really coming from Twilio

twiliosig

WARNING: This module has been deprecated. Please use the "twilio" NPM module.

Node module for making sure HTTP requests are really coming from Twilio

Usage:

var twiliosig = require('twiliosig');

if (twiliosig.valid(request, 'your auth key')) {
  response.send('w00t!');
}
else {
  response.send('Intruder!');
}
npm i twiliosig

Metadata

  • Unknown
  • >0.6.10
  • Carter Rabasa
  • released 12/18/2014

Downloads

Maintainers