MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / auth_logout

Function auth_logout

webapp_modern.py:4683–4688  ·  view source on GitHub ↗

Logout - clear session immediately, encrypt database in background.

()

Source from the content-addressed store, hash-verified

4681 return f"Unable to collect status for {service_name}: {exc}"
4682
4683
4684# Marker identifying a launcher that already contains the manual-mode logic.
4685# Kept identical to the comment written by scripts/install_pwnagotchi.sh so an
4686# installer-written launcher is recognised and left untouched.
4687_PWN_LAUNCHER_MARKER = '# ragnar-managed flag-aware launcher'
4688
4689
4690def _resolve_pwnagotchi_binary() -> Optional[str]:
4691 """Locate the real pwnagotchi entry point, never the Ragnar launcher shim."""

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected