Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + var Unauthorized http.HandlerFunc = unauthorized + func NewRequestAuthenticator(context RequestContext, auth authenticator.Request, failed http.Handler, ...) http.Handler + type RequestContext interface + Remove func(*http.Request) + Set func(*http.Request, user.Info) + type UserRequestContext struct + func NewUserRequestContext() *UserRequestContext + func (c *UserRequestContext) Get(req *http.Request) (user.Info, bool) + func (c *UserRequestContext) Remove(req *http.Request) + func (c *UserRequestContext) Set(req *http.Request, user user.Info)