Spaces:
Runtime error
Runtime error
File size: 901 Bytes
67e3349 2c217a5 67e3349 2c217a5 67e3349 2c217a5 67e3349 2c217a5 67e3349 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!DOCTYPE html>
<html>
<script type="module" crossorigin src="/assets/index-DH6LWxsk.js"></script>
<body>
<div class="card" style="margin-bottom: 2rem;">
<h1>OAuth in a static Space</h1>
<p>Checkout the <a href="https://huggingface.co/spaces/huggingfacejs/client-side-oauth/blob/main/index.html"
target="_blank">index.html</a> file to see the few lines of code
enabling this space</p>
<p>After clicking "Signin with HF", you will be redirected to this space and the access token + user info will
be displayed.</p>
</div>
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/sign-in-with-huggingface-xl-dark.svg"
alt="Sign in with Hugging Face" style="cursor: pointer; display: none;" id="signin">
<button id="signout" style="display: none">Sign out</button>
<pre></pre>
</body>
</html> |