diff --git a/README.rst b/README.rst index 987379c..254070b 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,6 @@ The class method ``HTTPSignatureAuth.verify()`` can be used to verify responses verify_result = HTTPSignatureAuth.verify(response, signature_algorithm=algorithms.HMAC_SHA256, key_resolver=MyKeyResolver()) - # To avoid substitution attacks, only trust response data referenced by verify_result More generally, you can reconstruct an arbitrary request using the `Requests API `_ and pass it to ``verify()``: