Python library for the 'draft-cavage-http-signatures-10' specification
Project description
hmac-http
Python 3 library for the draft-cavage-http-signatures-10
specification.
Usage
Currently, only verifying requests is supported.
To verify requests, run hmac_http.verify(request, secret)
function, where request
is a request from an ASGI-based application, and secret
is the secret shared between the client and reciever:
from hmac_http import verify
secret = "asdf"
verify(request, secret)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hmac-http-1.0.1.tar.gz
(14.6 kB
view hashes)
Built Distribution
hmac_http-1.0.1-py3-none-any.whl
(14.8 kB
view hashes)
Close
Hashes for hmac_http-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71760453c429750484a73e4cc20b2afed97b2ef8f6672fc376483a4e57684c05 |
|
MD5 | 97787d7418ce2cbad19ad5fc574db8a3 |
|
BLAKE2b-256 | 54393e35c7f16df4dc10d5352c6d006d3aba8cfc5049b1f8ecef40ca2289da75 |