python-social-auth/social-app-django

Question. Request additional Google Permissions outside of login flow

Opened this issue · 0 comments

I have a Django app which is using this lib for login with Google. In the application if you want to use a certain feature (for small subset of users), you'll need extra Google permissions.

Is there a way using this lib to click a button, request those permissions and redirect to the application?