We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcb8b5 commit 9c86cfaCopy full SHA for 9c86cfa
oauth2_provider/ext/rest_framework/__init__.py
@@ -1,3 +1,4 @@
1
# flake8: noqa
2
from .authentication import OAuth2Authentication
3
from .permissions import TokenHasScope, TokenHasReadWriteScope, TokenHasResourceScope
4
+from .permissions import IsAuthenticatedOrTokenHasScope
0 commit comments