I'm using Ratchet (based on ReactPHP) to host a WebSocket server which needs the users Oauth token for connecting to Twitter. How should I authenticate the user on it safely?
Asked
Active
Viewed 508 times
0
-
1How would you authenticate someone safely if you used HTTP? Hint: the answer is the same. – N.B. Aug 19 '15 at 15:23
-
1Duplicate of https://stackoverflow.com/questions/31370762/websockets-php-ratchet-login-system – Ghedipunk Aug 20 '15 at 20:02