Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadUsernamePasswordFormat = errors.New("bad username/password format")
Functions ¶
func FilterHandler ¶
FilterHandler apply filters to http requests.
Types ¶
type Provider ¶
type Provider interface {
Authenticate(r *http.Request, creds credential.Credential) (*http.Request, error)
IsSupported(creds credential.Credential) bool
}
Provider Service interface for encoding passwords.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.