0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00
synapse/synapse/rest
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
..
admin Correct type hints for parse_string(s)_from_args. (#10137) 2021-06-08 08:30:48 -04:00
client MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
consent Correct type hints for parse_string(s)_from_args. (#10137) 2021-06-08 08:30:48 -04:00
key Rewrite the KeyRing (#10035) 2021-06-02 16:37:59 +01:00
media Correct type hints for parse_string(s)_from_args. (#10137) 2021-06-08 08:30:48 -04:00
synapse Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
__init__.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
health.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
well_known.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00