Versions in this module Expand all Collapse all v1 v1.45.7 May 24, 2018 Changes in this version + const SessionName + var CompleteUserAuth = func(res http.ResponseWriter, req *http.Request) (goth.User, error) + var GetProviderName = getProviderName + var GetState = func(req *http.Request) string + var SetState = func(req *http.Request) string + var Store sessions.Store + func BeginAuthHandler(res http.ResponseWriter, req *http.Request) + func GetAuthURL(res http.ResponseWriter, req *http.Request) (string, error) + func GetFromSession(key string, req *http.Request) (string, error) + func Logout(res http.ResponseWriter, req *http.Request) error + func StoreInSession(key string, value string, req *http.Request, res http.ResponseWriter) error