handshakejs

Makes interacting with handshakejs easier in nodejs.


Keywords
handshake, handshakejs, authentication, auth, hand, shake
License
BSD-3-Clause
Install
npm install handshakejs@0.0.1

Documentation

handshakejs-nodejs

Makes it easier to interact with handshakejs from nodejs.

IMPORTANT: Requires Node.js 0.10.x or greater.

BuildStatus NPM version

var handshakejs = require('handshakejs')('your_handshakejs_salt');
handshakejs.validate({email: email, hash: hash}, function(err, resp) {
  if (err) { console.log(err); }

  console.log(resp);
});

Running Tests

npm test

Publish to NPM

npm publish