Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyauthapp/tinyauth
/ LocalAuthConfigured
Method
LocalAuthConfigured
internal/service/auth_service.go:454–456 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
}
453
454
func
(auth *AuthService) LocalAuthConfigured() bool {
455
return
len(auth.config.Users) > 0
456
}
457
458
func
(auth *AuthService) LdapAuthConfigured() bool {
459
return
auth.ldap.IsConfigured()
Callers
1
Setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected