Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Users Users `json:"users,omitempty"` Realm string `json:"realm,omitempty"` StripAuthorizationHeader bool `json:"stripAuthorizationHeader,omitempty"` ForwardUsernameHeader string `json:"forwardUsernameHeader,omitempty"` }
Config configures a basic auth ACP handler.
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a basic auth ACP Handler.
func NewHandler ¶
NewHandler creates a new basic auth ACP Handler.
Click to show internal directories.
Click to hide internal directories.