We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Your package looks great! However, I'm having some trouble using it. How do I pass my authentication token?
Thanks in advance for your response. I plan to use the package seriously and would be happy to contribute to the documentation.
The text was updated successfully, but these errors were encountered:
What is your goal here?
To set a auth header/cookie or to send a WS message with this?
Sorry, something went wrong.
This package don't support authentication, you cloud get it in README. But I think it will be popular package after adding auth
The consumers do support permission classes https://djangochannelsrestframework.readthedocs.io/en/latest/mixins.html
Such as
class LiveConsumer(ListModelMixin, GenericAsyncAPIConsumer): queryset = models.Test.objects.all() serializer_class = serializers.TestSerializer permission_classes = (permissions.IsAuthenticated,)
No branches or pull requests
Hello!
Your package looks great! However, I'm having some trouble using it. How do I pass my authentication token?
Thanks in advance for your response. I plan to use the package seriously and would be happy to contribute to the documentation.
The text was updated successfully, but these errors were encountered: