Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 788 Bytes

hmacauth HMAC authentication package for Go

Build Status

Coverage Status

Signs and authenticates HTTP requests based on a shared-secret HMAC signature.

Developed in parallel with the following packages for other languages:

Installation

import "github.com/mbland/hmacauth"