Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2014 Changes in this version + type Authenticator struct + func NewAuthenticator(config *Config) *Authenticator + func (a *Authenticator) AuthenticateRequest(req *http.Request) (api.UserInfo, bool, error) + type Config struct + UserNameHeader string + func NewDefaultConfig() *Config