Update RFC links

pull/21/head
Andrey Kislyuk 2020-04-25 07:15:51 -07:00
parent 053678a22e
commit c29461aa4a
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,10 @@ requests-http-signature: A Requests auth module for HTTP Signature
================================================================== ==================================================================
**requests-http-signature** is a `Requests <https://github.com/requests/requests>`_ `authentication plugin **requests-http-signature** is a `Requests <https://github.com/requests/requests>`_ `authentication plugin
<http://docs.python-requests.org/en/master/user/authentication/>`_ (``requests.auth.AuthBase`` subclass) implementing <http://docs.python-requests.org/en/master/user/authentication/>`_ (``requests.auth.AuthBase`` subclass) implementing
the `IETF HTTP Signatures draft RFC <https://tools.ietf.org/html/draft-cavage-http-signatures>`_. It has no required the `IETF HTTP Signatures draft RFC <https://tools.ietf.org/html/draft-richanna-http-message-signatures>`_. It has no
dependencies outside the standard library. If you wish to use algorithms other than HMAC (namely, RSA and ECDSA algorithms required dependencies outside the standard library. If you wish to use algorithms other than HMAC (namely, RSA and
specified in the RFC), there is an optional dependency on `cryptography <https://pypi.python.org/pypi/cryptography>`_. ECDSA algorithms specified in the RFC), there is an optional dependency on
`cryptography <https://pypi.python.org/pypi/cryptography>`_.
Installation Installation
------------ ------------
@ -55,7 +56,7 @@ When verifying, the ``key_resolver()`` callback should provide the public key as
Links Links
----- -----
* `IETF HTTP Signatures draft <https://tools.ietf.org/html/draft-cavage-http-signatures>`_ * `IETF HTTP Signatures draft <https://tools.ietf.org/html/draft-richanna-http-message-signatures>`_
* https://github.com/joyent/node-http-signature * https://github.com/joyent/node-http-signature
* `Project home page (GitHub) <https://github.com/kislyuk/requests-http-signature>`_ * `Project home page (GitHub) <https://github.com/kislyuk/requests-http-signature>`_
* `Documentation (Read the Docs) <https://requests-http-signature.readthedocs.io/en/latest/>`_ * `Documentation (Read the Docs) <https://requests-http-signature.readthedocs.io/en/latest/>`_