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
7 lines
213 B
Bash
7 lines
213 B
Bash
DATABASE_URL=postgres://postgres:quixzo…2026@localhost/aamos_ledger
|
|
JWT_SECRET=aamos-ledger-secret-key-2026
|
|
AMOS_JWT_SECRET=aamos-ledger-secret-key-2026
|
|
REDIS_URL=redis://localhost:6379
|
|
PORT=3250
|
|
RUST_LOG=debug
|