Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emartech/escher-js
Library for HTTP request signing (JavaScript implementation)
https://github.com/emartech/escher-js
authentication aws4 escher escherauth hmac-authentication javascript rest-api
Last synced: 9 days ago
JSON representation
Library for HTTP request signing (JavaScript implementation)
- Host: GitHub
- URL: https://github.com/emartech/escher-js
- Owner: emartech
- License: mit
- Created: 2014-08-28T08:48:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T07:34:33.000Z (6 months ago)
- Last Synced: 2025-01-08T09:08:57.325Z (16 days ago)
- Topics: authentication, aws4, escher, escherauth, hmac-authentication, javascript, rest-api
- Language: JavaScript
- Size: 377 KB
- Stars: 12
- Watchers: 19
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EscherJS - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-js.svg?branch=master)](https://travis-ci.org/emartech/escher-js)
===================================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_](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html), but we have generalized and extended it.
More details are available at our [Escher documentation site](http://escherauth.io/).
## Development
The [Test Cases](https://github.com/EscherAuth/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.