WebOfTrust/signify-ts

HTTP query params are not signed

iFergal opened this issue · 2 comments

siginput should accept query params to be signed when sending a HTTP request. Right now it's just the path of the URL.

fetch and signedFetch (and any other calling functions if there are any) should then pass the query param to be signed.

I will add a link to the HTTP signature headers specification.