Skip to main content

Python library for the 'draft-cavage-http-signatures-10' specification

Project description

hmac-http

build status PyPI

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


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)

Uploaded Source

Built Distribution

hmac_http-1.0.1-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page