This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
Is it possible that somehow the settings for the SOCIALACCOUNT_PROVIDERS of allauth is ignored?
I have a working OAUTH flow with github. and I have those settings for the scopes:
Is it possible that somehow the settings for the
SOCIALACCOUNT_PROVIDERS
of allauth is ignored? I have a working OAUTH flow with github. and I have those settings for the scopes:but when I check the scope of the token that got stored via restauth I get empty requested and accepted scopes.: