An open API service indexing awesome lists of open source software.

https://github.com/emartech/escher-go

Library for HTTP request signing (Go implementation)
https://github.com/emartech/escher-go

Last synced: 11 months ago
JSON representation

Library for HTTP request signing (Go implementation)

Awesome Lists containing this project

README

          

EscherGo - HTTP request signing lib
===================================
![Build Status](https://github.com/emartech/escher-go/actions/workflows/go.yml/badge.svg)

Go implementation of the [AWS4](http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) compatible [Escher](https://github.com/emartech/escher) HTTP request signing and authentication library.

Prerequisite
------------

In order to run the tests, some Go libraries should be installed. Use `go get` to install the dependencies.

Run the tests
-------------

To run all the tests, use the `go test -cover` command.

About Escher
------------

More details are available at our [Escher documentation site](http://escherauth.io/).