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

@sandhose sandhose marked this pull request as draft February 19, 2021 16:02
@sandhose sandhose force-pushed the sandhose/msc2918 branch from 262557d to f278fcc Compare May 20, 2021 10:52
@sandhose sandhose force-pushed the sandhose/msc2918 branch from 951abc8 to b41b31d Compare May 20, 2021 13:46
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 <[email protected]>
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.

1 participant