ahknight / httpsig

HTTP Signature for Python
https://datatracker.ietf.org/doc/draft-cavage-http-signatures/
MIT License
36 stars 20 forks source link

add sign_header kwarg to HTTPSignatureAuth #26

Open snarfed opened 3 years ago

snarfed commented 3 years ago

sign_header was originally introduced in #15. This adds it to the requests authentication implementation.

(Thank you for httpsig btw! I've been a happy user for a while now.)