0.0.2 • Published 12 years ago
yubikey v0.0.2
A Node.js client library for verifying OTPs with the Yubikey api servers.
Usage:
var yubikey = new(require('yubikey'));
function onVerify(err) {
// if err is null, you're good
}
yubikey.verify('vvvvvvcurikvhjcvnlnbecbkubjvuittbifhndhn', onVerify);