From 2aa9ca0bf2bbe82cada23dbde68034927481cf1a Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Fri, 15 Apr 2022 12:01:47 -0700 Subject: [PATCH] Remove duplicative content --- README.rst | 1 - 1 file changed, 1 deletion(-) 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()``: