repositorypackage
0.0.0-20170912233209-44256dfd4bfa
Repository: https://github.com/mbland/hmacauth.git
Documentation: pkg.go.dev
# README
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"