itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
393 stars 67 forks source link

Authentication technique #20

Closed SincereSuraj closed 2 years ago

SincereSuraj commented 2 years ago

I want to use Auth mode in socketIOOption to check for authentication token. I could not find any example. i look for solution

itisnajim commented 2 years ago

Maybe checking the socket.handshake.auth, instead of the query in the Server example ?

Any things related to socket.io-client-csharp package, you have to post to the main repo: https://github.com/doghappy/socket.io-client-csharp

SincereSuraj commented 2 years ago

Thank you i got my soultuion there https://github.com/doghappy/socket.io-client-csharp