forked-synapse/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 Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
api.py Send the m.room.create stripped event with invites (support MSC1772). (#9966) 2021-05-11 10:58:58 -04:00
appservice.py
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cache.py Optionally track memory usage of each LruCache (#9881) 2021-05-05 16:54:36 +01:00
captcha.py
cas.py
consent.py
database.py Add port parameter to the sample config for psycopg2 args (#9911) 2021-05-04 13:28:59 +01:00
emailconfig.py
experimental.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
federation.py Add config option to hide device names over federation (#9945) 2021-05-11 14:03:23 +01:00
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 Mention that you need to configure max upload size in reverse proxy as well (#10122) 2021-06-10 11:40:24 +01:00
room_directory.py
room.py
saml2.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
server_notices.py
server.py Fix 'ip_range_whitelist' not working for federation servers (#10115) 2021-06-15 08:53:55 +01:00
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 Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
user_directory.py
voip.py
workers.py