Versions in this module Expand all Collapse all v0 v0.1.2 Mar 27, 2024 v0.1.1 Mar 27, 2024 Changes in this version + var CompleteUserAuth = func(ectx echo.Context) (goth.User, error) + var GetProviderName = getProviderName + var GetState = func(ectx echo.Context) string + var SetState = func(ectx echo.Context) string + func BeginAuthHandler(ectx echo.Context) error + func GetAuthURL(ectx echo.Context) (string, error) + func GetFromSession(key string, ectx echo.Context) (string, error) + func Logout(ectx echo.Context) error + func StoreInSession(key string, value string, ectx echo.Context) error