Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
client-side-oauth
like
9
Running
App
Files
Files
Community
1
c0277c1
client-side-oauth
/
index.js
coyotte508
HF staff
Update index.js
a6cffb6
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
{ oauthLoginUrl }
from
"@huggingface/hub"
;
window
.
location
.
href
=
await
oauthLoginUrl
();