golang-github-abbot-go-http-auth 0.4.0-5 source package in Ubuntu

Changelog

golang-github-abbot-go-http-auth (0.4.0-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints. + golang-github-abbot-go-http-auth-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 23 Nov 2022 23:19:16 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-abbot-go-http-auth_0.4.0-5.dsc 2.3 KiB aa630b563acd6696e9808271373a54168cfbb4d7829de91b0e45a7e8ecaeeb54
golang-github-abbot-go-http-auth_0.4.0.orig.tar.gz 15.0 KiB a0c24ed8e535cdea450c03cc4f0accb0d0af8a5b6a3089d51d111137fc00df10
golang-github-abbot-go-http-auth_0.4.0-5.debian.tar.xz 2.8 KiB 23866dc39c10ff31f426ea086f5d981887d5b2cd7981cca3e49433e032c90fe7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-abbot-go-http-auth-dev: Basic and Digest HTTP Authentication for golang http

 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)