Skip to content
Snippets Groups Projects
Unverified Commit bd4919fb authored by Quentin Gliech's avatar Quentin Gliech Committed by GitHub
Browse files

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: default avatarQuentin Gliech <quentingliech@gmail.com>
parent 763dba77
No related branches found
No related tags found
No related merge requests found
Showing with 892 additions and 61 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment