workadventure/front
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
..
dist Media webrtcA 2020-05-14 20:39:30 +02:00
src Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Adding ESLint for front part 2020-04-04 16:16:20 +02:00
.gitignore Initial commit 2020-04-03 14:56:21 +02:00
Dockerfile Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
package.json Fixing linting 2020-05-01 23:48:30 +02:00
tsconfig.json Initial commit 2020-04-03 14:56:21 +02:00
webpack.config.js Adding history support 2020-05-12 22:38:44 +02:00
yarn.lock Use WebRtc with SimplePeer 2020-04-25 16:05:33 +02:00