summary refs log tree commit diff
path: root/synapse/rest/client/v1/logout.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-72/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove unused OPTIONS handlers. (#8621)Patrick Cloke2020-10-221-6/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Allow expired accounts to logout (#7443)Andrew Morgan2020-05-141-3/+3
* Port rest/v1 to async/awaitErik Johnston2019-12-051-12/+8
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-1/+2
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-9/+10
* LintAaron Raimist2019-05-291-2/+0
* Get rid of try exceptAaron Raimist2019-05-271-16/+9
* Show correct error when logging out and access token is missingAaron Raimist2019-05-241-4/+4
* Make auth & transactions more testable (#3499)Amber Brown2018-07-141-2/+1
* run isortAmber Brown2018-07-091-3/+2
* Return 401 for invalid access_token on logoutdklug2018-03-021-1/+4
* Delete devices in various logout situationsRichard van der Hoff2017-11-291-2/+25
* Move access token deletion into auth handlerRichard van der Hoff2017-11-011-4/+4
* Add helper function for getting access_tokens from requestsMark Haines2016-09-091-8/+2
* Implement logoutErik Johnston2016-03-111-0/+72