workadventure/back/src/Model
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
..
Websocket Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
Distance.ts blocked on some logic...WIP commit 2020-04-08 20:40:44 +02:00
Group.ts Merge 2020-05-03 17:47:54 +02:00
PositionInterface.ts Switching connection to a barycenter approach 2020-04-29 22:41:48 +02:00
UserInterface.ts unit test on connect is working, lets start the worst .... 2020-04-09 23:26:19 +02:00
World.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00