6989a98d75
- 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
18 lines
715 B
XML
18 lines
715 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="lv-bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#0A1628"/>
|
|
<stop offset="100%" stop-color="#0D1F3C"/>
|
|
</linearGradient>
|
|
<linearGradient id="lv-accent" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#00D4AA"/>
|
|
<stop offset="100%" stop-color="#00A884"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Background -->
|
|
<rect width="512" height="512" rx="128" fill="url(#lv-bg)"/>
|
|
<!-- L shape -->
|
|
<path d="M128 128 H224 V224 H384 V320 H128 Z" fill="url(#lv-accent)"/>
|
|
<!-- Data point -->
|
|
<circle cx="384" cy="160" r="32" fill="#FFFFFF"/>
|
|
</svg> |