From fe4166c330d2dd7f2c5a75e71da419728470f243 Mon Sep 17 00:00:00 2001 From: Eliott C Date: Wed, 29 Nov 2023 23:03:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Document=20OAuth=20example=20usi?= =?UTF-8?q?ng=20Auth.js=20and=20additional=20scope=20(#1145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/hub/spaces-oauth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hub/spaces-oauth.md b/docs/hub/spaces-oauth.md index 53e80807b..737b290a1 100644 --- a/docs/hub/spaces-oauth.md +++ b/docs/hub/spaces-oauth.md @@ -93,4 +93,5 @@ You should use `target=_blank` on the button to open the sign-in page in a new t ## Examples: - [Gradio test app](https://huggingface.co/spaces/Wauplin/gradio-oauth-test) -- [Hugging Chat (NodeJS/SvelteKit)](https://huggingface.co/spaces/coyotte508/chat-ui) +- [Hugging Chat (NodeJS/SvelteKit)](https://huggingface.co/spaces/huggingchat/chat-ui) +- [Inference Widgets (Auth.js/SvelteKit)](https://huggingface.co/spaces/huggingfacejs/inference-widgets), uses the `inference-api` scope to make inference requests on behalf of the user.