You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/spaces-config-reference.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,9 @@ Authorized scopes of the connected OAuth app. `openid` and `profile` are authori
91
91
**`hf_oauth_expiration_minutes`** : _int_
92
92
Duration of the OAuth token in minutes. Defaults to 480 minutes (8 hours). Maximum duration is 43200 minutes (30 days). See [Adding a Sign-In with HF button to your space](https://huggingface.co/docs/hub/spaces-oauth) for more details.
93
93
94
+
**`hf_oauth_authorized_org`** : _string_ or _List[string]_
95
+
Restrict OAuth access to members of specific organizations. See [Adding a Sign-In with HF button to your space](https://huggingface.co/docs/hub/spaces-oauth) for more details.
96
+
94
97
**`disable_embedding`** : _boolean_
95
98
Whether the Space iframe can be embedded in other websites.
0 commit comments