Support for custom user schemas and non-admin user information

This commit is contained in:
Jay Lee
2014-09-23 19:53:08 -04:00
parent 0f111e6eaf
commit 1f75ac6112
2 changed files with 194 additions and 12 deletions

View File

@@ -1269,7 +1269,7 @@ class OAuth2WebServerFlow(Flow):
'client_secret': self.client_secret,
'code': code,
'redirect_uri': self.redirect_uri,
'scope': self.scope,
# 'scope': self.scope,
})
headers = {
'content-type': 'application/x-www-form-urlencoded',