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
Release files for generic-request-signer 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| generic_request_signer-2.0.3.tar.gz | 16.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| generic_request_signer-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.8 kB
Release files / generic_request_signer-2.0.3.tar.gz
| Download URL | generic_request_signer-2.0.3.tar.gz |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db3a05445d1deed90f1b2c6bff60994a6a4c18ac6996d8bae769e137fa9fd78f
|
|
BLAKE2b-256 checksum How to use checksums |
4986338d8fab66cb7171b9c0668462f95d4afac3961c79663142c18bee770a25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / generic_request_signer-2.0.3-py3-none-any.whl
| Download URL | generic_request_signer-2.0.3-py3-none-any.whl |
|---|---|
| Size | 21.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f3a71f6cc66fd8862d758e27b6dea976ddad9daf7acb1887a0d590e58807bf40
|
|
BLAKE2b-256 checksum How to use checksums |
47fa667fbe3ee2e5392d43fb5ecd4ba6028cb3fa5b0e3e43e432c813598f1875
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|