0.1.0 • Published 12 years ago
nra v0.1.0
NRA
'None-Rest-Auth' authenticates rest type http api requests using a username, nonce salt and a hash.
Installation
npm install nraExample
var nra = require('nra');
nra("message");This will return true or false.