jazzband/django-hosts

It doesn´t work with OAuthLibMixin

hackaprende opened this issue · 0 comments

The hosts work correctly on all my views, except on this one

@method_decorator(csrf_exempt, name="dispatch")
class TokenView(OAuthLibMixin, View):

Has anyone had the same issue?