Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 480 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 480 Bytes

SocketIO-jwt demo

  • This socket authentication demo is developed based on the socketio-jwt.

  • The JWT token is passed from the client side while establishing connection. On the server side, the token will be validated and connection will be established for a valid token.

  • Start the server and Go to localhost:3000.

  • Login with any username/password. It will create a jwt token and will be passed for socket authentication.