1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-github-jimstudt-http-authentication
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jimstudt-http-authentication
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jimstudt-http-authentication.git
Homepage: https://github.com/jimstudt/http-authentication
XS-Go-Import-Path: github.com/jimstudt/http-authentication
Package: golang-github-jimstudt-http-authentication-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go implementation of RFC 2617 HTTP Authentication
This package contains the Go implementation of RFC 2617 HTTP Authentication:
Basic and Digest Access Authentication.
.
You will want to include one or both of the packages depending on your
requirements.
.
import "github/jimstudt/http-authentication/basic"
import "github/jimstudt/http-authentication/digest"
|