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
- Host: GitHub
- URL: https://github.com/stefanoj3/middlesign
- Owner: stefanoj3
- License: mit
- Created: 2017-05-27T11:59:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T18:17:22.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T15:57:16.267Z (about 2 years ago)
- Topics: go, golang, middleware, request, signed
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Middlesign
[](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).