Versions in this module Expand all Collapse all v1 v1.0.1 Jan 8, 2017 Changes in this version + var ErrUnableToGetGithubUser = errors.New("github: unable to get Github User") + func CallbackHandler(config *oauth2.Config, success, failure ctxh.ContextHandler) ctxh.ContextHandler + func LoginHandler(config *oauth2.Config, failure ctxh.ContextHandler) ctxh.ContextHandler + func StateHandler(config gologin.CookieConfig, success ctxh.ContextHandler) ctxh.ContextHandler + func UserFromContext(ctx context.Context) (*github.User, error) + func WithUser(ctx context.Context, user *github.User) context.Context