TritonDataCenter / node-http-signature

Reference implementation of Joyent's HTTP Signature Scheme
https://tritondatacenter.com
MIT License
404 stars 118 forks source link

Number values at the end of a signature are discarded #134

Open puckipedia opened 9 months ago

puckipedia commented 9 months ago

When a Signature value ends with e.g. expires=1234, the value is discarded, as it expects a followup , to actually commit the value.