A python library for signing http requests.
Project description
I simple utility to sign http requests given some private key
To run the python tests
pip install -r requirements/test.txt
nosetests
To run the example using flask
pip install -r requirements/example.txt
python app.py
open a browser and point to http://localhost:5000/
After you invoke the GET request above you should see a request in the terminal
GET /verify?__client_id=example&username=foo&password=bar&__signature=somestrangestuffhere
This shows the client in action but at this time our example does not truly verify the signed request
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
Built Distribution
File details
Details for the file generic_request_signer-2.0.1.tar.gz
.
File metadata
- Download URL: generic_request_signer-2.0.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51a2045827fe7008828e41455741533c1ba27008e63d7e762644d2d9ffe34500 |
|
MD5 | 6ea7be4c6e17e1019b7777daaf6b41b2 |
|
BLAKE2b-256 | 537ef635996ce128ef483156ec3e718fe524fdc13c9b1178b26155a2d5e588d8 |
File details
Details for the file generic_request_signer-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: generic_request_signer-2.0.1-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c74564f31c72a730d306bc308230db045110daff6f6ef241a1b4d6a382aa7a |
|
MD5 | 7eeb452ed47251b9fb7b38c5bbf20b75 |
|
BLAKE2b-256 | 19d1c26524724a84b9545324c6c15640ed12a352117ed6d03a448978f36cc6c3 |