workadventure/pusher/src
Gregoire Parant 7d0b573d37 Define profile variable to show user connected
- OPID_PROFILE_SCREEN_PROVIDER is a variable to show profile of user connected. You can defined your own provider or use classic provider of WorkAdventure.
 - OpenIdProfileController with url "/profile" get user data and create simple html to show user informations. This url will be called with params 'accessToken'
 - If you define your custom profile url, it will be called with param 'accessToken'.

accessToken is token to access at user informations in your OpenId provider.
2021-11-12 20:48:26 +01:00
..
Controller Define profile variable to show user connected 2021-11-12 20:48:26 +01:00
Enum Define profile variable to show user connected 2021-11-12 20:48:26 +01:00
Messages Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
Model Fix some typos (found by codespell) (#1316) 2021-07-27 14:29:09 +02:00
Server Fixing eslint ignore broken by Prettier 2021-06-24 10:23:32 +02:00
Services Define profile variable to show user connected 2021-11-12 20:48:26 +01:00
App.ts Define profile variable to show user connected 2021-11-12 20:48:26 +01:00