Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 v0 v0.3.2 Feb 21, 2015 Changes in this version + type Authenticator struct + func NewAuthenticator(context Context) *Authenticator + func (a *Authenticator) AuthenticateRequest(req *http.Request) (user.Info, bool, error) + type Context interface + Get func(req *http.Request) (interface{}, bool)