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
This commit is contained in:
Bernt
2026-07-07 07:11:50 +00:00
parent 4aa984ad74
commit 6989a98d75
61843 changed files with 5491611 additions and 872231 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 13px; }
th { background: #f5f5f7; padding: 10px 12px; text-align: left; font-weight: 600; border-bottom: 2px solid #e5e5e7; }
td { padding: 9px 12px; border-bottom: 1px solid #1a1a1a; vertical-align: top; }
.highlight { background: #f5f5f7; border-radius: 10px; padding: 16px 20px; margin: 20px 0; font-size: 14px; }
.highlight { background: #f5f5f7; border-radius: var(--radius-md); padding: 16px 20px; margin: 20px 0; font-size: 14px; }
.highlight p { margin-bottom: 0; font-size: 14px; }
.pending { color: #6e6e73; font-style: italic; }
footer { border-top: 1px solid #e5e5e7; padding: 24px; text-align: center; font-size: 13px; color: #6e6e73; }