pub async fn handle(req: HttpRequest, state: Data<AppState>) -> HttpResponseExpand description
GET /api/about
Handles three cases:
- No Authorization header or HELLO -> 401 with WWW-Authenticate
- SCRAM -> verify client proof, return 200 with Authentication-Info
- BEARER -> return about grid