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
15 lines
645 B
XML
15 lines
645 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
|
<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>
|
|
<rect width="180" height="180" rx="40" fill="url(#lv-bg)"/>
|
|
<path d="M45 45 H78 V78 H135 V112 H45 Z" fill="url(#lv-accent)"/>
|
|
<circle cx="135" cy="56" r="11" fill="#FFFFFF"/>
|
|
</svg> |