mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 17:44:48 -04:00
Log more when we have processed the request
This commit is contained in:
parent
b5209c5744
commit
cee69441d3
4 changed files with 23 additions and 4 deletions
|
@ -370,6 +370,8 @@ class Auth(object):
|
|||
user_agent=user_agent
|
||||
)
|
||||
|
||||
request.authenticated_entity = user.to_string()
|
||||
|
||||
defer.returnValue((user, ClientInfo(device_id, token_id)))
|
||||
except KeyError:
|
||||
raise AuthError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue