new-nonce
v1.0.0
Published
Get a nonce (not for cryptographic use)
Downloads
1
Readme
new-nonce
Get a one time use nonce
Installation
This is a Node.js module available through the
npm registry. Installation is done using the
npm install
command:
$ npm install new-nonce
API
var newnonce = require('new-nonce')
var myNonce = newnonce();