mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-01 17:16:10 -05:00
bd4919fb72
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> |
||
---|---|---|
.. | ||
01ignored_user.py | ||
02shard_send_to_device.sql | ||
03shard_send_to_device_sequence.sql.postgres | ||
04_event_auth_chains.sql | ||
04_event_auth_chains.sql.postgres | ||
04drop_account_data.sql | ||
05cache_invalidation.sql | ||
06chain_cover_index.sql | ||
06shard_account_data.sql | ||
06shard_account_data.sql.postgres | ||
07shard_account_data_fix.sql | ||
08delete_pushers_for_deactivated_accounts.sql | ||
08delete_stale_pushers.sql | ||
09rejected_events_metadata.sql | ||
10delete_purged_chain_cover.sql | ||
11add_knock_members_to_stats.sql | ||
11drop_thumbnail_constraint.sql.postgres | ||
12account_validity_token_used_ts_ms.sql | ||
12presence_stream_instance_seq.sql.postgres | ||
12presence_stream_instance.sql | ||
13users_to_send_full_presence_to.sql | ||
14refresh_tokens.sql |