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
{{ message }}
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
generateHawkRequest() accepts 8 parameters with the last 3 being $ext, $payload and $contentType. signRequest() currently does not pass these 3 values into generateHawkRequest()
The text was updated successfully, but these errors were encountered:
signRequest() will be called directly by Guzzle and isn't really a userland function. Would it make sense to instead pass a $parsePayload directive into the constructor that would tell $signRequest to get those values from the request?
generateHawkRequest()
accepts 8 parameters with the last 3 being$ext
,$payload
and$contentType
.signRequest()
currently does not pass these 3 values intogenerateHawkRequest()
The text was updated successfully, but these errors were encountered: