From c29461aa4a8c2f8276622405096ba43ce007dcf1 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 25 Apr 2020 07:15:51 -0700 Subject: [PATCH] Update RFC links --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6833978..b1763d0 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,10 @@ requests-http-signature: A Requests auth module for HTTP Signature ================================================================== **requests-http-signature** is a `Requests `_ `authentication plugin `_ (``requests.auth.AuthBase`` subclass) implementing -the `IETF HTTP Signatures draft RFC `_. It has no required -dependencies outside the standard library. If you wish to use algorithms other than HMAC (namely, RSA and ECDSA algorithms -specified in the RFC), there is an optional dependency on `cryptography `_. +the `IETF HTTP Signatures draft RFC `_. It has no +required dependencies outside the standard library. If you wish to use algorithms other than HMAC (namely, RSA and +ECDSA algorithms specified in the RFC), there is an optional dependency on +`cryptography `_. Installation ------------ @@ -55,7 +56,7 @@ When verifying, the ``key_resolver()`` callback should provide the public key as Links ----- -* `IETF HTTP Signatures draft `_ +* `IETF HTTP Signatures draft `_ * https://github.com/joyent/node-http-signature * `Project home page (GitHub) `_ * `Documentation (Read the Docs) `_