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
I've installed Django 1.11 and django-oauth-toolkit 0.12 with python 3.5
We've setup one Application with "client type: public" and "grant type: client_credentials".
We have generated a token with o/token, grant type client_credentials but the generated token is not associated with any user.
When we use this token for further API requests then it returns the error "You do not have permission to perform this action." although the scope of token is "Read Write".
Please suggest.
Thanks
Harpreet
jdelight, ffuxa, ciuffo81, molteanu-tremend, stianpr and 6 more