django-hosts icon indicating copy to clipboard operation
django-hosts copied to clipboard

It doesn´t work with OAuthLibMixin

Open hackaprende opened this issue 7 years ago • 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?

hackaprende avatar Feb 01 '18 19:02 hackaprende