passwordless-plivo-delivery
v1.0.0
Published
A delivery strategy, for use with Passwordless, that uses Plivo to deliver tokens via sms.
Downloads
2
Readme
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.
Distributed under the AGPL 3.0 license.