summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-28Extract the id token of the token when authing users, include the token and ↵Mark Haines1-3/+5
device_id in the internal meta data for the event along with the transaction id when sending events
2015-01-28Return the device_id from get_auth_by_reqMark Haines13-31/+34
2015-01-26