You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve security by adding request signing (#34)
* Added request signing
* rearranged things to reflect the order of checks
* Updated README.rst
* Updated screenshot
* Fixed test request signature creation
* Fixed Flask exception handling test
* Added hash matching for Python 2.7.6 and add 2.7.6 to tox environments
* Making hash comparisons work in 2.7.6, 2.7.7 and 3.6.5…