hmacauth HMAC authentication package for Go
Signs and authenticates HTTP requests based on a shared-secret HMAC signature.
Developed in parallel with the following packages for other languages:
- Node.js: hmac-authentication
- Python: hmac_authentication
- Ruby: hmac_authentication
Installation
import "github.com/mbland/hmacauth"