@@ -2,7 +2,8 @@ requests-http-signature: A Requests auth module for HTTP Signature
2
2
==================================================================
3
3
**requests-http-signature ** is a `Requests <https://github.com/requests/requests >`_ `authentication plugin
4
4
<http://docs.python-requests.org/en/master/user/authentication/> `_ (``requests.auth.AuthBase `` subclass) implementing
5
- the `IETF HTTP Message Signatures draft standard <https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/ >`_.
5
+ the
6
+ `IETF RFC 9421 HTTP Message Signatures standard <https://datatracker.ietf.org/doc/rfc9421/ >`_.
6
7
7
8
Installation
8
9
------------
@@ -117,6 +118,10 @@ follows::
117
118
class MySigner(HTTPSignatureAuth):
118
119
signing_content_digest_algorithm = "sha-512"
119
120
121
+ Authors
122
+ -------
123
+ * `Andrey Kislyuk <https://kislyuk.com> `
124
+
120
125
Links
121
126
-----
122
127
* `Project home page (GitHub) <https://github.com/pyauth/requests-http-signature >`_
@@ -125,12 +130,15 @@ Links
125
130
* `Change log <https://github.com/pyauth/requests-http-signature/blob/master/Changes.rst >`_
126
131
* `http-message-signatures <https://github.com/pyauth/http-message-signatures >`_ - a dependency of this library that
127
132
handles much of the implementation
128
- * `IETF HTTP Signatures draft <https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures >`_
133
+ * `IETF RFC 9421, HTTP Message Signatures <https://datatracker.ietf.org/doc/rfc9421/ >`_
129
134
130
135
Bugs
131
136
~~~~
132
137
Please report bugs, issues, feature requests, etc. on `GitHub <https://github.com/pyauth/requests-http-signature/issues >`_.
133
138
134
139
License
135
140
-------
136
- Licensed under the terms of the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0 >`_.
141
+ Copyright 2017-2024, Andrey Kislyuk and requests-http-signature contributors. Licensed under the terms of the
142
+ `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0 >`_. Distribution of attribution information,
143
+ LICENSE and NOTICE files with source copies of this package and derivative works is **REQUIRED ** as specified by the
144
+ Apache License.
0 commit comments