Debug-log the subclient ID too
This commit is contained in:
@@ -108,7 +108,8 @@ def validate_token(user_id, token, oauth_subclient_id):
|
|||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
# Validate against BlenderID.
|
# Validate against BlenderID.
|
||||||
log.debug('Validating subclient token for BlenderID user %s', user_id)
|
log.debug('Validating subclient token for BlenderID user %r, subclient %r', user_id,
|
||||||
|
oauth_subclient_id)
|
||||||
payload = {'user_id': user_id,
|
payload = {'user_id': user_id,
|
||||||
'token': token}
|
'token': token}
|
||||||
if oauth_subclient_id:
|
if oauth_subclient_id:
|
||||||
|
Reference in New Issue
Block a user