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
- Host: GitHub
- URL: https://github.com/dhowden/httpauth
- Owner: dhowden
- License: bsd-2-clause
- Created: 2015-02-14T06:10:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T00:39:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T03:15:14.410Z (about 1 year ago)
- Topics: go, http
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic HTTP Authentication using net/http
[](https://travis-ci.org/dhowden/httpauth) [](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.