authbox.request-verification
v1.0.0
Published
request verification
Readme
AuthBox.request-verification
A small package to be used to validate a request. You supply the contents to be verified, the signature and the certifcate location
Usage
const RequestVerification = require('authbox.request-verification');
const requestVerification = new RequestVerification();
const verified = requestVerification.verifyRequest(contents, config.requestVerification.cert, req.body.sig);