golang-github-abbot-go-http-auth-dev

Basic and digest http authentication for golang http
  https://github.com/abbot/go-http-auth
  0
  no reviews



Http basic and http digest authentication in go language. this library designed as a simple wrapper for http.requesthandler functions. features:
* http basic and http digest authentication.
* htpasswd and htdigest formatted files.
* automatic reloading of password files.
* pluggable interface for user/password storage.
* md5 and sha1 for basic authentication password storage.
* configurable digest nonce cache size with expiration.
* wrapper for legacy http handlers (http.handlerfunc interface)