stephenmcd/django-socketio

Socket io with django authentication

Opened this issue · 0 comments

Hi!

I want to build a chat system, which will allow users to chat with each other. Is there a way of only allowing authenticated users chat, ie. securing it server-side, with protection against Cross Site Requests?

Thanks