sagarankoliya / realtime-private-chat-nodejs-socketio-vuejs-laravel

Realtime Private Chat NodeJS SocketIO Vue JS Laravel
82 stars 34 forks source link

how is the authentication done in this chat ?? #19

Closed pramodbhandari68 closed 3 years ago

pramodbhandari68 commented 3 years ago

If one sees the message of others then it is not good ? how is it authenticated ??

sagarankoliya commented 3 years ago

using username and password

pramodbhandari68 commented 3 years ago

i mean how do you authenticate the message that chat of one user cannot be seen by other user ... that is not available in your code ...