workadventure/back/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
..
Assets/Maps Minor update floor0 and floor1 2020-05-14 21:00:52 +02:00
Controller Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
Enum Fix error mapping refresh in back & the end of this feature development 2020-05-10 23:49:08 +02:00
Model Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
App.ts Remove middleware to secure access API. 2020-05-10 17:31:27 +02:00