Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2014 Changes in this version + type Authenticator struct + func NewAuthenticator(context Context) *Authenticator + func (a *Authenticator) AuthenticateRequest(req *http.Request) (api.UserInfo, bool, error) + type Context interface + Get func(req *http.Request) (interface{}, bool)