Skip to content

jvzoo-signature-verifier is a nodejs library for dealing with jvzoo ipn signature verification.

License

Notifications You must be signed in to change notification settings

sujeshthekkepatt/jvzoo-ipn-signature-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

jvzoo-signature-verifier is a nodejs library for dealing with jvzoo ipn signature verification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published