/httpauth

Light-weight wrapper for http.Handler implementing basic HTTP authentication

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Basic HTTP Authentication using net/http

Build Status GoDoc

This package provides a simple wrapper around the standard http.Handler interface to implement basic HTTP authentication.

Requires Go 1.4 or later.