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
In the canned hmacAuth function, we accept a filter function that tells the code which headers to include in the digest. We should instead accept a set of Header such that we can throw if any of the required headers are not present on the request when it is passed in.
The text was updated successfully, but these errors were encountered:
In the canned
hmacAuth
function, we accept a filter function that tells the code which headers to include in the digest. We should instead accept a set ofHeader
such that we can throw if any of the required headers are not present on the request when it is passed in.The text was updated successfully, but these errors were encountered: