twiliosig

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i twiliosig

Weekly Downloads

4

Version

0.0.5

License

none

Last publish

Collaborators

  • crabasa