Spaces:
Running
Running
File size: 491 Bytes
794cf6c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# Auth Components
Authentication UI for Hugging Face OAuth
## Purpose
Handle user authentication flow and state display
## Layout
```
auth/
βββ context.md # This file
βββ LoginButton.svelte # OAuth login button
```
## Components
### LoginButton.svelte
- Subtle glassmorphic sign-in button with pulse animation
- User info display when authenticated
- Located in header top right
## Dependencies
- authStore for authentication state
- GSAP for subtle animations
|