Files
meet/src/backend
lebaudantoine 3d4648457e ♻️(all) stop relying on cookies for the lobby flow
The lobby system relied on cookies to identify the participant
across the wait/enter cycle, which does not work in an iframe
context where our cookies are dropped.

Simplify the lobby behavior:

* The POST request that enters the lobby now returns the
  participant id in the response.
* The frontend passes that id back on subsequent requests to keep a
  sticky session while trying to enter the room.

This moves a bit more logic to the frontend but should be a
transparent refactoring, without decreasing the security of the
lobby flow.
2026-08-18 14:38:53 +02:00
..
2024-07-31 13:12:30 +02:00
2026-07-06 20:53:29 +02:00
2024-11-04 14:17:31 +01:00
2024-07-01 19:46:55 +02:00
2026-08-14 15:22:06 +02:00
2026-08-14 15:22:06 +02:00