twiliosig2

0.0.3 • Public • Published

twiliosig2

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

Usage:

var twiliosig = require('twiliosig2');

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

/twiliosig2/

    Package Sidebar

    Install

    npm i twiliosig2

    Weekly Downloads

    1

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • benknowles