tfrere HF Staff commited on
Commit
1295dc4
Β·
verified Β·
1 Parent(s): 22665fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,10 +1,17 @@
1
  ---
2
  title: Vanilla Js Spaces Oauth
3
- emoji: πŸ†
4
  colorFrom: green
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
  title: Vanilla Js Spaces Oauth
3
+ emoji: πŸ‘€
4
  colorFrom: green
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
+ hf_oauth: true
9
+ # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
10
+ hf_oauth_expiration_minutes: 480
11
+ # optional, see "Scopes" below. "openid profile" is always included.
12
+ hf_oauth_scopes:
13
+ - read-repos
14
+ - write-repos
15
+ - manage-repos
16
+ - inference-api
17
+ ---