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

Function auth_status

webapp_modern.py:4581–4583  ·  view source on GitHub ↗

Get current authentication status.

()

Source from the content-addressed store, hash-verified

4579def _is_pwn_install_stale(status: Optional[dict], max_age_seconds: int = PWN_INSTALL_STALE_SECONDS) -> bool:
4580 if not status:
4581 return True
4582
4583 timestamp = status.get('timestamp')
4584 if not timestamp:
4585 return True
4586

Callers

nothing calls this directly

Calls 1

get_auth_statusMethod · 0.80

Tested by

no test coverage detected