Versions in this module Expand all Collapse all v2 v2.2.4 Jul 9, 2020 Changes in this version + var ErrUnableToGetGithubUser = errors.New("github: unable to get Github User") + func CallbackHandler(config *oauth2.Config, success, failure http.Handler) http.Handler + func EnterpriseCallbackHandler(config *oauth2.Config, success, failure http.Handler) http.Handler + func LoginHandler(config *oauth2.Config, failure http.Handler) http.Handler + func StateHandler(config gologin.CookieConfig, success http.Handler) http.Handler + func UserFromContext(ctx context.Context) (*github.User, error) + func WithUser(ctx context.Context, user *github.User) context.Context Other modules containing this package github.com/tpoxa/gologin