Add Hugging Face OAuth support, add auth tab to settings (#9552)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-06-03 15:30:33 +02:00
committed by GitHub
parent 9626b4c3c1
commit 30034b9b32
28 changed files with 3894 additions and 75 deletions
@@ -0,0 +1,11 @@
{
"client_id": "https://goose-docs.ai/oauth/huggingface-client-metadata.json",
"client_name": "goose",
"redirect_uris": [
"http://127.0.0.1:17863/oauth/huggingface/callback"
],
"grant_types": ["authorization_code"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
"code_challenge_methods_supported": ["S256"]
}