Project

escher

0.02
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 6.1.5
~> 2.3.7
~> 13.0.6
~> 3

Runtime

~> 2.8.0
 Project Readme

EscherRuby - HTTP request signing lib Build Status

Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests. It's both a server side and client side implementation. The status is work in progress.

The algorithm is based on Amazon's AWS Signature Version 4, but we have generalized and extended it.

More details will be available at our documentation site.

Check out a [working example] (https://github.com/emartech/escher-ruby-example).

Local development

Running tests

make test