Files
boc/landvex-admin-v2/README.md
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

46 lines
1.5 KiB
Markdown

# LandveX Admin v2
## Vad detta är
En **adapter-baserad admin-konsol** som kopplar ihop dina befintliga system — inte ett nytt system.
## Arkitektur
```
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Din │────▶│ Admin v2 │────▶│ aamos- │
│ Webbläsare│ │ Adapter │ │ ledger │
│ │ │ (3456) │ │ (3250) │
└─────────────┘ └─────────────┘ └─────────────┘
┌─────────────┐
│ ouroboros- │
│ finance │
│ (3202) │
└─────────────┘
```
## Starta
```bash
cd /home/bernt/.openclaw/workspace/landvex-admin-v2
npm install
node src/index.mjs
```
## Endpoints
- `GET /health` — Systemstatus
- `GET /api/finance/overview` — Kopplingsstatus
- `GET /api/finance/balance` — Bankbalans (USD)
- `GET /api/finance/ledger?period=2026-06` — Verifikat
## Nästa steg
1. [ ] Koppla CRM (aamos-crm)
2. [ ] Koppla Support (aamos-incidents)
3. [ ] Koppla AI/ML (ai-gateway)
4. [ ] Lägg till autentisering
5. [ ] Deploya till admin.landvex.com