0.0.5 • Published 9 years ago

twiliosig v0.0.5

Weekly downloads
23
License
-
Repository
github
Last release
9 years ago

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!');
}
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago