Versions in this module Expand all Collapse all v2 v2.9.3 Sep 18, 2024 Changes in this version + func GetProviderIconBase64(provider string) string + func GetProviders(conf *config.Config) []goth.Provider + func RegisterSocialUser(dao *dao.Dao, u SocialUser) (entity.AuthIdentity, error) + func ResponseCallbackPage(c *fiber.Ctx, token string) error + type AuthProviderInfo struct + Icon string + Label string + Name string + Path string + func GetProviderInfo(conf *config.Config, providers []goth.Provider) []AuthProviderInfo + type SocialUser struct + Link string + RemoteUID string + func GetSocialUser(u goth.User) SocialUser