1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

add third_party digest lib to top level (#8140)

This commit is contained in:
Matt Hook 2022-12-01 13:26:39 +13:00 committed by GitHub
parent 79bfd8f6fe
commit 8fd0efa34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 604 additions and 0 deletions

27
third_party/digest/README.md vendored Normal file
View file

@ -0,0 +1,27 @@
[![GoDoc](https://godoc.org/github.com/bobziuchkovski/digest?status.svg)](https://godoc.org/github.com/bobziuchkovski/digest)
# Golang HTTP Digest Authentication
## Overview
This is a fork of the (unmaintained) code.google.com/p/mlab-ns2/gae/ns/digest package.
There's a descriptor leak in the original package, so this fork was created to patch
the leak.
## Usage
See the [godocs](https://godoc.org/github.com/bobziuchkovski/digest) for details.
## Fork Maintainer
Bob Ziuchkovski (@bobziuchkovski)
## Original Authors
Bipasa Chattopadhyay <bipasa@cs.unc.edu>
Eric Gavaletz <gavaletz@gmail.com>
Seon-Wook Park <seon.wook@swook.net>
## License
Apache 2.0