summary refs log tree commit diff
path: root/synapse/rest/client/v1/logout.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add helper function for getting access_tokens from requestsMark Haines2016-09-091-8/+2
| | | | | | Rather than reimplementing the token parsing in the various places. This will make it easier to change the token parsing to allow access_tokens in HTTP headers.
* Implement logoutErik Johnston2016-03-111-0/+72