Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

duo_web

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duo_web

Duo two-factor authentication for Node.js web applications

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Overview

duo_nodejs - Duo two-factor authentication for Node.js web applications

Duo provides simple two-factor authentication as a service via:

  1. Phone callback
  2. SMS-delivered one-time passcodes
  3. Duo mobile app to generate one-time passcodes
  4. Duo mobile app for smartphone push authentication
  5. Duo hardware token to generate one-time passcodes

This package allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any web login form - without setting up secondary user accounts, directory synchronization, servers, or hardware.

What's here:

  • js - Duo Javascript library, to be hosted by your webserver.
  • duo.js - Duo Node.js SDK to be integrated with your web application
  • test.js - Unit tests for our SDK. Run using nodeunit tests

Usage

Install by dropping duo_nodejs in node_modules and including it in your project.

var Duo = require('duo_nodejs');

Developer documentation: http://www.duosecurity.com/docs/duoweb

Support

Questions? Join the duo_web mailing list at http://groups.google.com/group/duo_web

Report any bugs, feature requests, etc. to us directly: https://github.com/duosecurity/duo_nodejs/issues

Have fun!

http://www.duosecurity.com

Keywords

FAQs

Package last updated on 06 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc