MatrixSynapse/synapse/rest/client/v2_alpha
Quentin Gliech bd4919fb72
MSC2918 Refresh tokens implementation (#9450)
This implements refresh tokens, as defined by MSC2918

This MSC has been implemented client side in Hydrogen Web: vector-im/hydrogen-web#235

The basics of the MSC works: requesting refresh tokens on login, having the access tokens expire, and using the refresh token to get a new one.

Signed-off-by: Quentin Gliech <quentingliech@gmail.com>
2021-06-24 14:33:20 +01:00
..
__init__.py
_base.py
account.py
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
filter.py
groups.py
keys.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
knock.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
notifications.py
openid.py Fix requestOpenIdToken response: integer expires_in (#10175) 2021-06-16 13:16:35 +01:00
password_policy.py
read_marker.py
receipts.py
register.py MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
relations.py
report_event.py Make reason and score optional for report_event (#10077) 2021-05-27 18:42:23 +01:00
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py
shared_rooms.py
sync.py Re-introduce "Leave out optional keys from /sync" change (#10214) 2021-06-23 15:57:41 +01:00
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py