pyauth / requests-http-signature

A Requests auth module for the IETF HTTP Message Signatures draft standard

Home Page:https://pyauth.github.io/requests-http-signature/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asymmetric key full example

sharpaper opened this issue · comments

Hi, thanks a lot for writing this library. I'm trying to setup HTTP signatures using RSA but I'm struggling to get it working. Could you please add an example of key_resolver() with RSA in the README?
Thank you!

Is verification for HTTPSignatureHeaderAuth actually implemented? Reading the source code, it looks like only the validation of Authorization: headers is there.

Thanks for your interest in requests-http-signature and apologies for the belated response here. The support for signature headers and asymmetric key algorithms has been largely rewritten, so please take a look at the latest release and its documentation, and let me know if this is still a problem.