Overview
@nestjs/websockets, @nestjs/platform-socket.io, and socket.io are installed and notifications are expected to push in real time. WebSocket connections need the same authentication and authorization guarantees as HTTP routes — an unauthenticated socket subscribing to another member's notification room would be a serious leak.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
@nestjs/websockets,@nestjs/platform-socket.io, andsocket.ioare installed and notifications are expected to push in real time. WebSocket connections need the same authentication and authorization guarantees as HTTP routes — an unauthenticated socket subscribing to another member's notification room would be a serious leak.Tasks
user:{id}); never broadcast personal notifications globally.Acceptance Criteria
Notes for Contributors
Comment below to be assigned.