pub async fn handle_close(
req: HttpRequest,
state: Data<AppState>,
) -> HttpResponseExpand description
POST /api/close — revoke the bearer token (logout).
pub async fn handle_close(
req: HttpRequest,
state: Data<AppState>,
) -> HttpResponsePOST /api/close — revoke the bearer token (logout).