python - How should an application add/remove scopes to an existing grant? -
Tried to add additional scope using oAuth2DecoratorFromClientSecrets via the scope parameter oauth2client.
I believe users of an application prefer to increase the privileges gradually; As a requirement, and in the form of faith forms ...
What is the best way to add / extend / remove scope when there is an existing grant in the app? Cancel and authorize again?
Sorry, you can not do this, you will need to re-authorize the user. I believe it would be good to increase the scope, but still you will need to show an authorization page, so I think you will not have much profit in doing this.
Comments
Post a Comment