Skip to content
Snippets Groups Projects
Verified Commit ca4d10b0 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use ClientProtectedResourceMixin from Core

parent ab4b4dcf
No related branches found
No related tags found
1 merge request!21Resolve "Support OAuth2 authentication for LiveDocument PDF view"
Pipeline #39188 passed
......@@ -15,11 +15,12 @@ from django.views.generic.list import ListView
from django_tables2 import SingleTableView
from guardian.shortcuts import get_objects_for_user
from oauth2_provider.views.mixins import ClientProtectedResourceMixin, ScopedResourceMixin
from oauth2_provider.views.mixins import ScopedResourceMixin
from reversion.views import RevisionMixin
from rules.contrib.views import PermissionRequiredMixin
from aleksis.core.mixins import AdvancedCreateView, AdvancedDeleteView, AdvancedEditView
from aleksis.core.util.auth_helpers import ClientProtectedResourceMixin
from .forms import PosterGroupForm, PosterUploadForm
from .models import LiveDocument, Poster, PosterGroup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment