workadventure/back/src/Model/Websocket
David Négrier 4de552437d Completely getting rid of "userid"
Previously, userid was generated by the "/login" route and passed along.
This commit completely removes the uuid "userid" (and disables the LoginController too and any Jwt check).

"userid" is replaced by the "socket id" of the connection.
So a user is now identified using a socket id, which is unique for a given connection.
2020-05-14 23:20:43 +02:00
..
ExSocketInterface.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
ExtRooms.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
ExtRoomsInterface.ts Refactor to create interface rooms. 2020-04-05 15:51:47 +02:00
Identificable.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
Message.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
MessageUserPosition.ts Merge branch 'master' into webrtc 2020-04-29 00:05:16 +02:00
PointInterface.ts Fix Message send to add direction 2020-04-07 21:02:23 +02:00