{"id":52434,"library":"go-fed-httpsig","title":"HTTP Signatures","description":"Implements HTTP request and response signing and verification with support for MAC and asymmetric key algorithms.","status":"active","version":"1.1.0","language":"go","source_language":null,"source_url":"https://github.com/go-fed/httpsig","tags":["http","signature","authentication","security"],"install":[{"cmd":"go get github.com/go-fed/httpsig","lang":"bash","label":"Install github.com/go-fed/httpsig"}],"dependencies":[],"imports":[{"symbol":"httpsig","correct":"github.com/go-fed/httpsig"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/go-fed/httpsig\"\n)\n\nfunc main() {\n\tkey := []byte(\"secret\")\n\tsigner, _ := httpsig.NewSigner(httpsig.HMAC, httpsig.DigestSha256, nil)\n\treq, _ := http.NewRequest(\"GET\", \"https://example.com\", nil)\n\tsigner.SignRequest(key, req, nil)\n}","lang":"go","description":"Sign an HTTP request using HMAC-SHA256."},"warnings":[{"fix":"Ensure your server expects the header you are setting.","message":"Only 'Authorization' or 'Signature' header is set, not both.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'algorithm':18 'asymmetr':16 'authent':21 'http':1,4,19 'implement':3 'key':17 'mac':14 'request':5 'respons':7 'secur':22 'sign':8 'signatur':2,20 'support':12 'verif':10","created_at":"2026-06-15T06:54:22.744331+00:00","updated_at":"2026-06-15T06:54:22.744331+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-fed/httpsig","github":"https://github.com/go-fed/httpsig","docs":"https://pkg.go.dev/github.com/go-fed/httpsig#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}