You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature spec could use a bit more clarity. I'm working on a Node.js implementation, and it's not clear how the JSON should be formatted for signing. By reading the code, it appears to be just using json.dump.
I think this should be changed to favor minimal whitespace, i.e. the way JSON.stringify does it by default.
The text was updated successfully, but these errors were encountered:
The signature spec could use a bit more clarity. I'm working on a Node.js implementation, and it's not clear how the JSON should be formatted for signing. By reading the code, it appears to be just using
json.dump
.I think this should be changed to favor minimal whitespace, i.e. the way
JSON.stringify
does it by default.The text was updated successfully, but these errors were encountered: