Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: MSC2918 initial implementation #235

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sandhose
Copy link
Member

@sandhose sandhose commented Feb 19, 2021

This is an implementation of MSC2918 which introduces refresh tokens.
The MSC itself is still in a WIP stage and this implementation is here to help moving that MSC forward.
This is intended to be used to test the implementation in Synapse here: matrix-org/synapse#9450

richvdh pushed a commit to matrix-org/synapse that referenced this pull request Jun 24, 2021
This implements refresh tokens, as defined by MSC2918

This MSC has been implemented client side in Hydrogen Web: element-hq/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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant