Skip to content

Commit b14fa3c

Browse files
πŸ“ Document oauth app creation (#1110)
* πŸ“ Document oauth app creation * ✏️ * Update docs/hub/oauth.md Co-authored-by: Omar Sanseviero <[email protected]> --------- Co-authored-by: Omar Sanseviero <[email protected]>
1 parent 9662454 commit b14fa3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

β€Ždocs/hub/oauth.mdβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ After clicking this button your users will be presented with a permissions modal
1010

1111
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/oauth-accept-application.png)
1212

13+
## Creating an oauth app
14+
You can create your applications in your [settings](https://huggingface.co/settings/applications/new):
15+
16+
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/oauth-create-application.png)
17+
1318
### If you are hosting in Spaces
1419

1520
<Tip>
@@ -26,8 +31,6 @@ The currently supported scopes are:
2631
- `profile`: Get the user's profile information (username, avatar, etc.)
2732
- `email`: Get the user's email address.
2833

29-
Contact us at [[email protected]](mailto:[email protected]) with the desired name, logo URL, scope, and redirect URLs for the OAuth app. We will provide you with the client ID and client secret.
30-
3134
All other information is available in the [OpenID metadata](https://huggingface.co/.well-known/openid-configuration).
3235

3336
<Tip warning={true}>

0 commit comments

Comments
Β (0)