Skip to content

Commit

Permalink
πŸ“ Document OAuth example using Auth.js and additional scope (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 authored Nov 29, 2023
1 parent 66c7984 commit fe4166c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hub/spaces-oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fe4166c

Please sign in to comment.