MCPcopy
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
454func (auth *AuthService) LocalAuthConfigured() bool {
455 return len(auth.config.Users) > 0
456}
457
458func (auth *AuthService) LdapAuthConfigured() bool {
459 return auth.ldap.IsConfigured()

Callers 1

SetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected