WIP: MSC2918 initial implementation#235
Draft
sandhose wants to merge 3 commits intoelement-hq:masterfrom
Draft
Conversation
4 tasks
262557d to
f278fcc
Compare
951abc8 to
b41b31d
Compare
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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