MCPcopy
hub / github.com/tinyauthapp/tinyauth / Init

Method Init

internal/service/auth_service.go:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (auth *AuthService) Init() error {
114 go auth.CleanupOAuthSessionsRoutine()
115 return nil
116}
117
118func (auth *AuthService) SearchUser(username string) config.UserSearch {
119 if auth.GetLocalUser(username).Username != "" {

Callers 3

TestUserControllerFunction · 0.95
TestProxyControllerFunction · 0.95
initServicesMethod · 0.95

Calls 1

Tested by 2

TestUserControllerFunction · 0.76
TestProxyControllerFunction · 0.76