summary refs log tree commit diff
path: root/changelog.d/9450.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-0/+1
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>