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
1.1 KiB
1.1 KiB
CHANGELOG 7.X
7.0.1
Fixes
- c24bc93 🐛 Properly define exports in package.json (#758)
7.0.0
Breaking Changes
- 2c94832 🏷️ Move to "import type" when feasible (#736)
- 3741a63 🏷️ Mark
getStateas compulsory onRandomGenerator(#733)
Features
- 228c73d ⚡️ Faster uniform distributions on bigint (#757)
- 86869a1 ✨ Expose generators and distributions (#735)