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.2.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for hmac_http-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80fd9a5715386d19815b4fa7ff41a76831740fc9df58422d24a5b9669da5f1be |
|
MD5 | 8f065d1024f09528a359a19b3e9499be |
|
BLAKE2b-256 | 6ca8b2a7b0a57e06b83e75c0cd40f7d5cd8979a7025eab35ed43d6276f636adc |