An open API service indexing awesome lists of open source software.

https://github.com/dhowden/httpauth

Light-weight wrapper for http.Handler implementing basic HTTP authentication
https://github.com/dhowden/httpauth

go http

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Basic HTTP Authentication using net/http
[![Build Status](https://travis-ci.org/dhowden/httpauth.svg?branch=master)](https://travis-ci.org/dhowden/httpauth) [![GoDoc](https://godoc.org/github.com/dhowden/httpauth?status.svg)](https://godoc.org/github.com/dhowden/httpauth)

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

Requires Go 1.4 or later.