MatrixSynapse/synapse/config
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
__main__.py
_base.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
_base.pyi Fix performance of responding to user key requests over federation (#10221) 2021-06-21 14:38:59 +01:00
_util.py
account_validity.py
api.py
appservice.py
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
federation.py
groups.py
homeserver.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
jwt.py
key.py
logger.py Ensure that errors during startup are written to the logs and the console. (#10191) 2021-06-21 11:41:25 +01:00
metrics.py
modules.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
repository.py
room.py
room_directory.py
saml2.py
server.py
server_notices.py
spam_checker.py Warn users trying to use the deprecated spam checker interface (#10210) 2021-06-22 12:24:10 +02:00
sso.py Implement config option `sso.update_profile_information` (#10108) 2021-06-21 23:48:57 +01:00
stats.py
third_party_event_rules.py
tls.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
tracer.py
user_directory.py
voip.py
workers.py