[go: nahoru, domu]

Skip to content

stefanoj3/middlesign

Repository files navigation

Middlesign

Build Status

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.

Examples of server and client.