1.0.0 • Published 8 years ago

passwordless-plivo-delivery v1.0.0

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
8 years ago

Passwordless-Plivo-Delivery

A delivery strategy, for use with Passwordless, that uses Plivo to deliver tokens via sms.

Installation

npm install passwordless-plivo-delivery --save

Usage example

var plivoDelivery = require( 'passwordless-plivo-delivery' );

// Pass the below object to passwordless.addDelivery()
plivoDelivery( { authId: "...", authToken: "...", sender: "+1...", url: "https://www..." } )

Release History

  • 1.0.0
    • Initial release

Donate

If you enjoy using this module, please consider donating to support summer camps for the visually impaired.

campbowen.ca/donate/

Distributed under the AGPL 3.0 license.