Links2004 / arduinoWebSockets

arduinoWebSockets
GNU Lesser General Public License v2.1
1.9k stars 555 forks source link

Socket.IO with Token authorization. #823

Open fernandojalima opened 1 year ago

fernandojalima commented 1 year ago

Hello all.

How can i send the credentials to server, like the code below:

auth: { token: "abcd" } });

Thanks for some help.

DatTN95 commented 1 week ago

hi fernandojalima Have you found a solution yet?