duo_nodejs - Duo two-factor authentication for Node.js web applications
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 applicationtest.js- Unit tests for our SDK. Run usingnodeunit tests
Install by dropping duo_nodejs in node_modules and including it in your project. Or using npmjs npm install duo_web --save
var Duo = require('duo_web');
Developer documentation: http://www.duosecurity.com/docs/duoweb
Report any bugs, feature requests, etc. to us directly: support@duosecurity.com
Have fun!