Files
boc/aamos-ledger-rust/.env
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

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