You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alongside of the access_token, the device(s) ID is also being returned. This data should not reach the client side, only the back end for usage of validation.
The text was updated successfully, but these errors were encountered:
Within the file "\UsersRoomsPage\index.vue", the users access token is sent along with the data sent via the socket.
On line 64
this.socketConnect.on('user', (data) => { ... });
Data returns the following:
Alongside of the access_token, the device(s) ID is also being returned. This data should not reach the client side, only the back end for usage of validation.
The text was updated successfully, but these errors were encountered: