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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    2
  • 0.0.4
    1

Package Sidebar

Install

npm i twiliosig

Weekly Downloads

6

Version

0.0.5

License

none

Last publish

Collaborators

  • crabasa