jvzoo-ipn-signature-verifier

1.0.3 • Public • Published

Jvzoo-Ipn-Signature-Verifier

jvzoo-signature-verifier is a nodejs library for dealing with jvzoo ipn signature verification. It's a port of sample code deployed at here.

Installation

Use the package manager npm to install jvzoo-ipn-signature-verifier.

npm i jvzoo-ipn-signature-verifier

Usage

const JvzooVerifier =  require('jvzoo-ipn-signature-verifier');
 
const verifier = new JvzooVerifier('Your key');
 
verifier.verify(req.body); # returns 'true' or 'false' 
 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i jvzoo-ipn-signature-verifier

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

3.81 kB

Total Files

5

Last publish

Collaborators

  • sujeshunni