Categorygithub.com/jimstudt/http-authentication
repository
0.0.0-20140401203705-3eca13d6893a
Repository: https://github.com/jimstudt/http-authentication.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.