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

HTTPSignatureAuth initialization not updated in README.rst file

Metarizard opened this issue · comments

Currently the docs state that in order to instantiate an HTTPSignatureAuth object an algorithm argument has to be passed to the constructor. In v0.3.0 the argument was renamed to signature_algorithm but it wasn't updated in the README.rst file