khornberg / generic-request-signer

a python library for signing http requests

Repository from Github https://github.comkhornberg/generic-request-signerRepository from Github https://github.comkhornberg/generic-request-signer

I simple utility to sign http requests given some private key

To run the python tests

1. pip install -r requirements/test.txt
2. nosetests

To run the example using flask

1. pip install -r requirements/example.txt
2. python app.py
3. 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

About

a python library for signing http requests

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.4%Language:Shell 0.6%