TritonDataCenter / node-http-signature

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

Add Signature Support #78

Closed u983101 closed 5 years ago

u983101 commented 6 years ago

To add signature support

jclulow commented 6 years ago

Can you describe this change in some more detail; e.g., providing reference to relevant RFCs or standards, etc.

u983101 commented 6 years ago

Referring to: https://tools.ietf.org/id/draft-cavage-http-signatures-10.html

  1. The 'Signature' HTTP Header It will send the header (RFC 7230, Section 3.2) to set the field name to "Signature" and the value is defined in RFC 7235, Section 4.1)
lizheming commented 5 years ago

great job! I think not only generator part should be add support, but also parser part. I have implement them in #83.

kusor commented 5 years ago

Done by PR #83