0.0.2 • Published 12 years ago

yubinode v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
12 years ago

yubinode

WARNING: Not maintained, recommend using Yub instead.

YubiKey OTP testing for Node.JS

##Installation

# npm install yubinode

##Usage

var yubinode = require('yubinode');

yubinode.setCreds(API_ID, API_KEY);

yubinode.testOTP(OTP, function(result) {

	console.log(result);
	
	/*
		"result" will be an array. 
		The first item will either be 1 or 0, success or fail, respectively.
		The second item will be the message from the server.
		The third item wil be the status code.
	*/

});
0.0.2

12 years ago

0.0.1

12 years ago