Files
Barış Keserandgoogle-labs-jules[bot] 93693981f9 Add password protection to watch party rooms (#295)
This commit adds a `password` field to the `Room` model to support private watch party rooms.
It updates the `RoomSerializer` to include the password (write-only) and a boolean indicator
(`is_private`). Furthermore, it enforces password verification in both the REST API
(`RoomViewSet.retrieve`) and the WebSocket layer (`WatchPartyConsumer.connect`).
Corresponding security tests have been added.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-03-15 11:22:50 +00:00
..
2026-01-23 23:38:57 +03:00
2026-01-23 23:38:57 +03:00