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:
parent
79bfd8f6fe
commit
8fd0efa34f
6 changed files with 604 additions and 0 deletions
27
third_party/digest/README.md
vendored
Normal file
27
third_party/digest/README.md
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[](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
|
Loading…
Add table
Add a link
Reference in a new issue