You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I cannot import IsAuthenticatedOrTokenHasScope from oauth2_provider.ext.rest_framework and per checking the source file, this class is missing (it only contains TokenHasScope, TokenHasReadWriteScope & TokenHasResourceScope). Fyi, I have installed it via pip3.5 install django-oauth-toolkit