passwordless-plivo-delivery

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i passwordless-plivo-delivery

Weekly Downloads

0

Version

1.0.0

License

AGPL-3.0

Last publish

Collaborators

  • campbowen.ca