Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
Authenticator authenticates requests using basic auth
func New ¶
func New(auth authenticator.Password) *Authenticator
New returns a request authenticator that validates credentials using the provided password authenticator
func (*Authenticator) AuthenticateRequest ¶
AuthenticateRequest authenticates the request using the "Authorization: Basic" header in the request
Click to show internal directories.
Click to hide internal directories.