Update README.rst

pull/34/head
Andrey Kislyuk 2022-04-15 12:02:27 -07:00 committed by GitHub
parent 2aa9ca0bf2
commit c242bb4a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ To verify incoming requests and sign responses in the context of an HTTP server,
In requests-http-signature, you can ensure that the information signed is what you expect to be signed by only trusting
the data returned by the ``verify()`` method::
verify_result = HTTPSignatureAuth.verify(request, ...)
verify_result = HTTPSignatureAuth.verify(message, ...)
See the `API documentation <https://pyauth.github.io/requests-http-signature/#id3>`_ for full details.