aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/src/middleware/auth.ts
AgeCommit message (Collapse)Author
2025-12-06feat(dev): change architecture and directory structurensfisis
2025-12-04feat(auth): add auth middleware for JWT validationnsfisis
Add middleware that validates JWT tokens from Authorization header and sets authenticated user in request context. Includes helper function getAuthUser() to retrieve user from context with proper error handling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>