baustelle-pwa/lib
Eddy 17575f38e4
All checks were successful
Deploy baustelle-pwa / deploy (push) Successful in 13s
Baustelle-PWA: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie)
- lib/api.js request(): Authorization:Bearer raus, X-Requested-With +
  credentials:same-origin rein (Vanilla fetch setzt X-Requested-With nicht
  automatisch -> ohne ihn 403 an awlauth_require).
- login(): kein setToken mehr (Session im HttpOnly-Cookie); logout() ruft
  jetzt /logout.php (Single-Logout).
- Blob-Loader (photo/pdf/file/shipment-pdf): jwt-Query raus, credentials rein;
  Shipment-PDF setzt zusaetzlich X-Requested-With (shipments.php=CSRF).
- app.js: ensureAuth() prueft /verify.php (offline nicht ausloggen),
  Token-Preload raus, confirm-POST mit X-Requested-With, Audio-/PDF-Download
  ohne jwt-Query.

[deploy]
2026-07-06 15:25:53 +02:00
..
api.js Baustelle-PWA: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:25:53 +02:00
idb.js Feature: Live-Kamera (Schnellschuss + Filmstreifen), Datenverlust-Schutz (Persist-First) [deploy] 2026-07-03 10:46:36 +02:00
offline.js Feature: Live-Kamera (Schnellschuss + Filmstreifen), Datenverlust-Schutz (Persist-First) [deploy] 2026-07-03 10:46:36 +02:00
pdf.min.js PWA: PDF-Viewer mit PDF.js (inline, kein Download nötig) [deploy] 2026-04-17 12:52:47 +02:00
pdf.worker.min.js PWA: PDF-Viewer mit PDF.js (inline, kein Download nötig) [deploy] 2026-04-17 12:52:47 +02:00
router.js feat: PIN-Schutz + Seiten-Reorder + Stamps 2026-04-09 08:18:53 +02:00