imc-vibe/frontend
Christoph Haas ccaa1eca7e Decode JWT client-side instead of calling /api/auth/me
- Add lib/auth.ts with decodeJWT() and isTokenValid()
- Layout decodes JWT directly - no extra request
- Domains page also uses JWT for admin check
- Removed redundant user.domains from domains list page
2026-03-23 00:57:36 +01:00
..
node_modules first 2026-03-21 22:41:23 +01:00
src Decode JWT client-side instead of calling /api/auth/me 2026-03-23 00:57:36 +01:00
static first 2026-03-21 22:41:23 +01:00
bun.lock first 2026-03-21 22:41:23 +01:00
package.json first 2026-03-21 22:41:23 +01:00
svelte.config.js first 2026-03-21 22:41:23 +01:00
tsconfig.json first 2026-03-21 22:41:23 +01:00
vite.config.ts first 2026-03-21 22:41:23 +01:00