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
Close
Hashes for generic-request-signer-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55093bea0fa5f15141dd6fc5761418091e2a7fe9fec5ba470458254b9f4350d6 |
|
MD5 | 128f322af3e7ecf17ad0371c86a54e90 |
|
BLAKE2b-256 | d6febebb7749c136dd494cc778a2f0c704e26fe77b631aa672d5d56814e13516 |