-
Notifications
You must be signed in to change notification settings - Fork 39
Description
I'm getting "Error: the message signature is invalid" when I run this. I've used console.log to confirm several of the required components (certificate, signature) as well as confirm logical mechanics (missing keys, cert URL inaccessible). Everything seems to be checking out, yet it's coming back each time indicating invalid.
I've also tried access the message object at various places, from index.js and from the dependent node packages, to ensure everything is being passed around and everything looks good. I'm parsing the initial message string into a parsed JS object, and passing that to the MessageValidator constructor.
Any thoughts would be great. I'm using the latest version, 0.3.4.
For reference, a snapshot of the base project index.js which is attempting to kick this off, just in case I've done something wrong here.
