summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/tokenrefresh.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out the auth handlerDavid Baker2016-06-021-1/+1
|
* Add a parse_json_object functionMark Haines2016-03-091-3/+3
| | | | | to deduplicate all the copy+pasted _parse_json functions. Also document the parse_.* functions.
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
|
* /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-0/+56
This allows refresh tokens to be exchanged for (access_token, refresh_token). It also starts issuing them on login, though no clients currently interpret them.