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
+25
View File
@@ -0,0 +1,25 @@
# Changelog
## 5.0.0
Migrated to support chart.js v4.x.x, dropped support for 3.x.x
Upgraded to canvas v3.x.x
WIP support for animated charts, exporting to GIF.
## 4.0.0
Migrated to support chart.js v3.x.x, dropped support for 2.x.x
Removed the legacy API.
## 3.2.0
Another deploy for minor versions.
## 3.1.1
Added back legacy API to address a wrong version being deployed. See [#60](https://github.com/SeanSobey/ChartjsNodeCanvas/issues/60).
## 3.0.0
Rewrote `ChartJSNodeCanvas` API, the constructor and plugins in particular.