From cb816d3b489f4e95f9d97ba421a7aa8f747df2b0 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Wed, 29 Jul 2026 06:39:49 -0700 Subject: [PATCH] feat(oauth): add logo_uri to client ID metadata documents (#10727) --- documentation/static/oauth/client-metadata.json | 1 + documentation/static/oauth/huggingface-client-metadata.json | 1 + 2 files changed, 2 insertions(+) diff --git a/documentation/static/oauth/client-metadata.json b/documentation/static/oauth/client-metadata.json index ab62fb891..e3d137da2 100644 --- a/documentation/static/oauth/client-metadata.json +++ b/documentation/static/oauth/client-metadata.json @@ -1,6 +1,7 @@ { "client_id": "https://goose-docs.ai/oauth/client-metadata.json", "client_name": "goose", + "logo_uri": "https://goose-docs.ai/img/logo_light.png", "redirect_uris": [ "http://127.0.0.1/oauth_callback", "http://[::1]/oauth_callback" diff --git a/documentation/static/oauth/huggingface-client-metadata.json b/documentation/static/oauth/huggingface-client-metadata.json index 355b17847..daa93f498 100644 --- a/documentation/static/oauth/huggingface-client-metadata.json +++ b/documentation/static/oauth/huggingface-client-metadata.json @@ -1,6 +1,7 @@ { "client_id": "https://goose-docs.ai/oauth/huggingface-client-metadata.json", "client_name": "goose", + "logo_uri": "https://goose-docs.ai/img/logo_light.png", "redirect_uris": [ "http://127.0.0.1:17863/oauth/huggingface/callback" ],