it0/packages/shared
hailin 52b85f085e fix: decode JWT in middleware to populate req.user for RolesGuard
Kong validates the JWT but doesn't populate req.user on the backend.
The middleware now decodes the JWT payload to extract user info (id,
email, tenantId, roles) so RolesGuard can check role-based access.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:25:32 -08:00
..
common Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
database fix: decode JWT in middleware to populate req.user for RolesGuard 2026-02-22 00:25:32 -08:00
events Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
proto Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
testing fix: add missing @it0/common dependency to @it0/testing 2026-02-19 04:48:49 -08:00