mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-13 12:31:19 -05:00
![Quentin Gliech](/assets/img/avatar_default.png)
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>
Synapse Database Schemas
This directory contains the schema files used to build Synapse databases. For more information, see /docs/development/database_schema.md.