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: 380
        
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