Paco Aranda
commited on
Commit
•
57d90ef
1
Parent(s):
c4299f2
Add new oauth configuration file
Browse files- .oauth.yaml +9 -0
.oauth.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Change to `true` to enable HF auth integration
|
2 |
+
enabled: false
|
3 |
+
|
4 |
+
providers:
|
5 |
+
- name: huggingface
|
6 |
+
|
7 |
+
# Allowed workspaces must exists
|
8 |
+
allowed_workspaces:
|
9 |
+
- name: admin
|