feat(playground): integrate shared auth UI for consistent login experience

- Add PlaygroundLogo to shared-branding package
- Add playground to APP_BRANDING, APP_ICONS, and APP_URLS
- Replace custom login/register pages with shared-auth-ui components
- Update authStore with resendVerificationEmail and improved signUp
- Add Caddy reverse proxy entry for playground.mana.how

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-02 14:53:51 +01:00
parent 2777f604fd
commit 8525020e8a
14 changed files with 169 additions and 226 deletions

View file

@ -78,6 +78,13 @@ contacts-api.mana.how {
reverse_proxy localhost:3015
}
# ============================================
# LLM Playground
# ============================================
playground.mana.how {
reverse_proxy localhost:5090
}
# ============================================
# Monitoring & Analytics
# ============================================