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 + type Request interface + AuthenticateRequest func(req *http.Request) (user.Info, bool, error) + type RequestFunc func(req *http.Request) (user.Info, bool, error) + func (f RequestFunc) AuthenticateRequest(req *http.Request) (user.Info, bool, error) + type Token interface + AuthenticateToken func(token string) (user.Info, bool, error) + type TokenFunc func(token string) (user.Info, bool, error) + func (f TokenFunc) AuthenticateToken(token string) (user.Info, bool, error)