MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / SecurityConfigResult

Class SecurityConfigResult

core/security.py:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@dataclass
15class SecurityConfigResult:
16 config: dict[str, Any]
17 changed: bool = False
18 password_hashed: bool = False
19 jwt_secret_rotated: bool = False
20 setup_required: bool = False
21
22
23def generate_jwt_secret() -> str:

Callers 1

prepare_security_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected