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
According to http://tools.ietf.org/html/rfc6749#section-3.3, the parameter name for specifying scopes in the authorization grant is scope. Currently, django-oauth-toolkit supports a plural scopes parameter which does not adhere to the spec.