// ABOUTME: Health check endpoint handler
// ABOUTME: Reports authentication status and cache statistics
//
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2026 dravr.ai
use State;
use Json;
use ;
use SharedState;
/// GET /health — server health check
pub async