项目作者: emartech

项目描述 :
Library for HTTP request signing (JavaScript implementation)
高级语言: JavaScript
项目地址: git://github.com/emartech/escher-js.git
创建时间: 2014-08-28T08:48:18Z
项目社区:https://github.com/emartech/escher-js

开源协议:MIT License

下载


EscherJS - 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 are available at our Escher documentation site.

Development

The Test Cases are included as git submodule.

Don’t forget to use the git pull --recurse-submodules and the git clone --recurse-submodules to pull and clone the remote repository.