emartech / escher-js

Library for HTTP request signing (JavaScript implementation)
MIT License
12 stars 11 forks source link
authentication aws4 escher escherauth hmac-authentication javascript rest-api

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.