Files
furumi-ng/furumi-node-player
Ultradesu ed918b9373
Publish Metadata Agent Image (dev) / build-and-push-image (push) Successful in 1m31s
Publish Node Player Image (dev) / build-and-push-image (push) Successful in 43s
Publish Web Player Image (dev) / build-and-push-image (push) Successful in 2m22s
feat(node-player): redesign auth page with loading state
- Show spinner while checking session (no login form flash on refresh)
- Translate UI to English
- Match player's dark theme (colors, fonts, card style)
- Render login form only when authentication is actually needed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 16:27:22 +01:00
..
2026-03-19 15:47:21 +03:00

auth-app

Проект состоит из двух частей:

  • client - Vite + React + TypeScript
  • server - Express + TypeScript + OIDC авторизация

Запуск

  1. Скопируй server/.env.example в server/.env и заполни OIDC параметры.
    • Если нужно запустить без авторизации, поставь DISABLE_AUTH=true (OIDC параметры тогда не требуются).
  2. В одном терминале:
    • cd server
    • npm run dev
  3. В другом терминале:
    • cd client
    • npm run dev

Клиент откроется на http://localhost:5173, сервер на http://localhost:3001.