From 755d9325b85fe7f19dda11a01da51ad4c793c425 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Mon, 11 Apr 2022 10:15:47 -0700 Subject: [PATCH] Add section header --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 9ff7857..2df27b5 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,11 @@ requests with bodies (such as POST), the ``Content-Digest`` header is set to the format described in the `IETF Digest Fields draft RFC `_ and signed. To add other headers to the signature, pass an array of header names in the ``covered_component_ids`` keyword argument. +See the `API documentation `_ for the full list of options and +details. +Verifying messages +~~~~~~~~~~~~~~~~~~ In addition to signing messages in the client, the class method ``HTTPSignatureAuth.verify()`` can be used to verify incoming requests: