Hi there,
Great library, thanks! After reviewing the code I have figured out how to use the auth header for standard requests. However would it be possible to also add support for query string authentication via the so called bewit method?
This post via the way back machine has an idea of what I am describing: http://joseoncode.com/2013/05/22/activation-links-with-hawk/
The js lib also has a description of Single Url Auth: https://github.com/mozilla/hawk/blob/main/API.md#single-uri-authorization
Thanks very much!