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

https://github.com/stefanoj3/middlesign

Middleware for signed requests
https://github.com/stefanoj3/middlesign

go golang middleware request signed

Last synced: 5 months ago
JSON representation

Middleware for signed requests

Awesome Lists containing this project

README

          

## Middlesign
[![Build Status](https://api.travis-ci.org/stefanoj3/middlesign.png?branch=master)](https://travis-ci.org/stefanoj3/middlesign)

Signed request in golang made easy.

I needed to implement signed requests in a personal project and decided to make a library out of it.

#### How does it work?
It is basically a very generic middleware. You can easily use it it with other popular libraries like [alice](https://github.com/justinas/alice).

Examples of [server](https://github.com/stefanoj3/middlesign/tree/master/example/server/main.go) and [client](https://github.com/stefanoj3/middlesign/tree/master/example/client/main.go).