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