MatrixSynapse/synapse/api
Richard van der Hoff aa09d6b8f0 Rip out more refresh_token code
We might as well treat all refresh_tokens as invalid. Just return a 403 from
/tokenrefresh, so that we don't have a load of dead, untestable code hanging
around.

Still TODO: removing the table from the schema.
2016-11-30 17:40:18 +00:00
..
__init__.py
auth.py Rip out more refresh_token code 2016-11-30 17:40:18 +00:00
constants.py
errors.py
filtering.py
ratelimiting.py
urls.py