managarten/packages/shared-auth/src/core
Till JS 5fd9c1d11e fix(manacore/web): resolve effect_update_depth_exceeded and Dexie transaction errors
- Replace $effect + liveQuery().subscribe() with useLiveQueryWithDefault
  in 6 dashboard modules (todo, calendar, contacts, habits, notes, finance)
  to prevent cascading $state writes exceeding Svelte 5 effect depth limit
- Defer checkInlineSuggestion in Dexie hooks via setTimeout to avoid
  cross-table reads within a single-table transaction scope
- Add 5s timeout to trySSO fetch calls so app loads in guest mode when
  mana-auth is unreachable
- Fix guestMode reactivity by declaring with $state()

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 10:38:57 +02:00
..
authService.ts fix(manacore/web): resolve effect_update_depth_exceeded and Dexie transaction errors 2026-04-04 10:38:57 +02:00
jwtUtils.spec.ts test(auth): add 68 unit tests for auth-ui, shared-auth, and shared-branding 2026-03-31 16:35:16 +02:00
jwtUtils.ts feat(auth): add access tier system for phased app releases 2026-03-30 21:50:06 +02:00
tokenManager.ts feat(auth): add session expired banner when token refresh fails 2026-03-24 21:24:28 +01:00