Files
boc/quixzoom-landing-fixed/apple-touch-icon.svg
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

16 lines
724 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
<defs>
<linearGradient id="qz-bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0A0A0A"/>
<stop offset="100%" stop-color="#1A1A1A"/>
</linearGradient>
<linearGradient id="qz-accent" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0066FF"/>
<stop offset="100%" stop-color="#0052CC"/>
</linearGradient>
</defs>
<rect width="180" height="180" rx="40" fill="url(#qz-bg)"/>
<circle cx="90" cy="90" r="56" fill="none" stroke="url(#qz-accent)" stroke-width="11"/>
<circle cx="90" cy="90" r="28" fill="url(#qz-accent)"/>
<circle cx="126" cy="54" r="8" fill="#FF3366"/>
</svg>