WebSockets authentication

Posted by Tomi on Stack Overflow See other posts from Stack Overflow or by Tomi
Published on 2010-04-23T19:21:50Z Indexed on 2010/04/23 19:23 UTC
Read the original article Hit count: 330

What are the possible ways to authenticate user when websocket connection is used?

Example scenario: Web based multi-user chat application through encrypted websocket connection. How can I ensure (or guarantee) that each connection in this application belongs to certain authenticated user and "can't be" exploited by false user impersonation during the connection.

© Stack Overflow or respective owner

Related posts about websocket

Related posts about web-development