workadventure/front/src/Phaser
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
..
Components Changed font from text 2020-05-01 23:19:51 +02:00
Entity Catching errors in socket callbacks 2020-05-12 11:49:55 +02:00
Game Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
Login Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
Map Autoload tiles 2020-04-15 19:23:06 +02:00
Player Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
UserInput Merge branch 'interaction' into kharhamel-interaction 2020-04-13 13:42:21 +02:00