managarten/apps/zitare/apps/web
Till JS e7bcb230be refactor(auth): centralize auth stores — 21 apps use createManaAuthStore factory
Created createManaAuthStore in @manacore/shared-auth-stores that replaces
~350 lines of duplicated auth.svelte.ts per app with a ~10 line factory call.

The factory handles: SSO, passkeys, 2FA, magic links, token management,
password reset, sign up/in/out — everything the old stores did.

Each app only provides devBackendPort and optional onAuthenticated callback.

Before: 21 apps × ~350 lines = 6,800 lines of duplicated auth code
After:  21 apps × ~10 lines  = 182 lines total (97% reduction)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 18:04:27 +01:00
..
src refactor(auth): centralize auth stores — 21 apps use createManaAuthStore factory 2026-03-28 18:04:27 +01:00
static refactor(pwa): replace custom service workers with Vite PWA plugin and centralize offline page 2026-03-22 18:16:43 +01:00
docker-entrypoint.sh 🚀 feat(zitare-web): add Docker deployment infrastructure 2026-02-13 14:49:26 +01:00
Dockerfile fix(zitare): increase Node memory limit for web build 2026-03-26 11:52:30 +01:00
package.json refactor(auth): centralize auth stores — 21 apps use createManaAuthStore factory 2026-03-28 18:04:27 +01:00
svelte.config.js 🔧 debug(bot-services): add logging to getToken for SSO-Link debugging 2026-02-13 14:06:37 +01:00
tsconfig.json 🔧 debug(bot-services): add logging to getToken for SSO-Link debugging 2026-02-13 14:06:37 +01:00
vite.config.ts fix(zitare): add missing Tailwind CSS v4 vite plugin 2026-03-26 09:05:29 +01:00