# 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