element/vendor/github.com/jimstudt/http-authentication
Evan Hazlett 15619b08f8
proxy: update vendor
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2017-07-29 22:50:48 -04:00
..
basic proxy: update vendor 2017-07-29 22:50:48 -04:00
LICENSE proxy: update vendor 2017-07-29 22:50:48 -04:00
README.md proxy: update vendor 2017-07-29 22:50:48 -04:00

http-authentication

Go implementation of RFC 2617 HTTP Authentication: Basic and Digest Access Authentication

You will want to include one or both of the packages depending on your requirements.

import "github/jimstudt/http-authentication/basic"
import "github/jimstudt/http-authentication/digest"

The packages are documented in their own directories.