How do you authenticate a websocket with token authentication on django channels?
08:53 13 Apr 2017

We want to use django-channels for our websockets but we need to authenticate as well. We have a rest api running with django-rest-framework and there we use tokens to authenticate a user, but the same functionality does not seem to be built into django-channels.

django-rest-framework django-channels auth-token