Show auth success

This commit is contained in:
Andras Schmelczer 2024-12-12 21:32:41 +00:00
parent 1403961a09
commit 7a8cca8fe7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 34 additions and 7 deletions

View file

@ -56,6 +56,7 @@ impl From<StoredDocumentVersion> for DocumentVersionWithoutContent {
#[serde(rename_all = "camelCase")]
pub struct PingResponse {
pub server_version: String,
pub is_authenticated: bool,
}
#[derive(Debug, Clone, Serialize, JsonSchema)]