**Description:** - Create `common/decorators/current-user.decorator.ts` - Extract user from `req.user` (populated by JwtStrategy) - Use in all protected endpoints that need the authenticated user ---
Description:
common/decorators/current-user.decorator.tsreq.user(populated by JwtStrategy)