go-hmacauth
go-hmacauth copied to clipboard
Python client
Hi,
I noticed that you don't include a newline character in the Python client if required_headers
is not None
https://github.com/apiguy/go-hmacauth/blob/master/clients/requests.py#L44 which causes a miss-match in the signature computation at client and server side.
Could you please confirm if this is an oversight or if I'm misunderstanding the piece of code.
Thanks