workadventure/front/src
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
..
Cypress implemented basic e2e testing 2020-04-14 20:04:55 +02:00
Enum Redirecting to the correct map after login screen based on URL provided 2020-05-13 00:06:58 +02:00
Logger Auto-reconnect 2020-05-13 20:22:42 +02:00
Phaser Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
WebRtc Removing log trace 2020-05-14 22:00:31 +02:00
Connexion.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
index.ts Fixing domain name 2020-05-13 16:17:58 +02:00