Broker Session
Active Kite Connect session detail + operator-initiated invalidation. Polled every 30s.
Session detail
Source of truth: ``broker_sessions.is_active = TRUE`` (one row at most) + ``app_settings.broker_session_invalid_at``.
Loading…
Force invalidate
JWT + TOTP gated. Marks the session invalid at the DB layer and deactivates every active row. The reason is durably logged in audit_log. Use during suspected token leak or incident response.
After invalidation, the orchestrator's Gate 0 blocks new entries until the next successful Kite OAuth login.