{"id":15035393,"url":"https://github.com/mongodb-forks/digest","last_synced_at":"2025-10-04T02:31:02.496Z","repository":{"id":39969356,"uuid":"180661799","full_name":"mongodb-forks/digest","owner":"mongodb-forks","description":"HTTP Digest Authentication for Go","archived":false,"fork":true,"pushed_at":"2024-11-28T09:10:29.000Z","size":101,"stargazers_count":13,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-28T10:22:00.987Z","etag":null,"topics":["digest","golang","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/mongodb-forks/digest","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bobziuchkovski/digest","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb-forks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-04-10T20:49:38.000Z","updated_at":"2024-11-28T09:10:32.000Z","dependencies_parsed_at":"2023-02-16T02:45:36.655Z","dependency_job_id":null,"html_url":"https://github.com/mongodb-forks/digest","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-forks%2Fdigest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-forks%2Fdigest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-forks%2Fdigest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-forks%2Fdigest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb-forks","download_url":"https://codeload.github.com/mongodb-forks/digest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235212731,"owners_count":18953660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digest","golang","hacktoberfest"],"created_at":"2024-09-24T20:28:32.346Z","updated_at":"2025-10-04T02:30:57.223Z","avatar_url":"https://github.com/mongodb-forks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference](https://pkg.go.dev/badge/github.com/mongodb-forks/digest.svg)](https://pkg.go.dev/github.com/mongodb-forks/digest)\n[![GO tests](https://github.com/mongodb-forks/digest/actions/workflows/go-test.yml/badge.svg)](https://github.com/mongodb-forks/digest/actions/workflows/go-test.yml)\n[![golangci-lint](https://github.com/mongodb-forks/digest/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/mongodb-forks/digest/actions/workflows/golangci-lint.yml)\n# Golang HTTP Digest Authentication\n\n## Overview\n\nThis is a fork of the (unmaintained) code.google.com/p/mlab-ns2/gae/ns/digest package.\nThere's a descriptor leak in the original package, so this fork was created to patch\nthe leak.\n\n### Update 2020\n\nThis is a fork of the now unmaintained fork of [digest](https://github.com/bobziuchkovski/digest).\nThis implementation now supports the SHA-256 algorithm which was added as part of [rfc 7616](https://tools.ietf.org/html/rfc7616).\n\n## Usage\n\n```go\nt := NewTransport(\"myUserName\", \"myP@55w0rd\")\nreq, err := http.NewRequest(\"GET\", \"http://notreal.com/path?arg=1\", nil)\nif err != nil {\n\treturn err\n}\nresp, err := t.RoundTrip(req)\nif err != nil {\n\treturn err\n}\n```\nOr it can be used as a client:\n```go\nc, err := t.Client()\nif err != nil {\n\treturn err\n}\nresp, err := c.Get(\"http://notreal.com/path?arg=1\")\nif err != nil {\n\treturn err\n}\n```\n## Contributing\n\n**Contributions are welcome!**\n\nThe code is linted with [golangci-lint](https://golangci-lint.run/).  This library also defines *git hooks* that format and lint the code.\n\nBefore submitting a PR, please run `make setup link-git-hooks` to set up your local development environment.\n\n## Original Authors\n\n- Bipasa Chattopadhyay \u003cbipasa@cs.unc.edu\u003e\n- Eric Gavaletz \u003cgavaletz@gmail.com\u003e\n- Seon-Wook Park \u003cseon.wook@swook.net\u003e\n- Bob Ziuchkovski (@bobziuchkovski)\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-forks%2Fdigest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb-forks%2Fdigest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-forks%2Fdigest/lists"}