Timed Nonce
A small library for generating and verifying time based nonces using secrets.
Installation
npm install node-timednonce --save
Usage
var nonceHandler = ; var nonce = nonceHandler; //Returns the nonce ready to sendvar valid = nonceHandler; //Will return true otherwise return object with status and message
Tests
$ npm test