dylanebert's picture
initial commit
794cf6c
|
raw
history blame
491 Bytes

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