|
|
|
|
|
by pifm_guy
1281 days ago
|
|
> Ones I've used, as long as you've configured a way to resolve the user, it pops right up in the service side of the chat system. Be scared of those. They typically use client side JavaScript to read a cookie to know which username is active. There is usually no verification of that info, so obviously it could be faked by a malicious client. The docs say that, but it's way too easy to just trust the info rather than setup a properly secure solution. |
|