add scope
This commit is contained in:
@@ -117,8 +117,6 @@ class AuthorizationServer(oauth2.AuthorizationServer):
|
||||
exc_cls=ClientNotFoundError,
|
||||
)
|
||||
|
||||
_, client_id = client.get(DYNAMODB_SORT_KEY, '').split('#')
|
||||
|
||||
return OAuth2Client(
|
||||
client_id=client_id,
|
||||
client_secret=client['client_secret'],
|
||||
|
||||
Reference in New Issue
Block a user