managarten/apps
Wuesteon 39b04e4b34 🐛 fix(auth): enable automatic token refresh across all web apps
Users were getting signed out after ~15 minutes because API clients were
reading tokens directly from localStorage without triggering the refresh
logic. The tokenManager exists with proper refresh capability but was
never being used.

Changes:
- Add getValidToken() method to auth stores in 9 web apps
- Update API clients to use authStore.getValidToken() instead of localStorage
- Token refresh now happens proactively before requests fail

Apps updated: chat, calendar, picture, zitare, contacts, todo, clock, manacore, manadeck

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 20:52:29 +01:00
..
calendar 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
chat 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
clock 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
contacts 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
manadeck 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
picture 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
zitare 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00