-
Notifications
You must be signed in to change notification settings - Fork 379
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
MSC2078: Sending Third-Party Request Tokens via the Homeserver #2078
Conversation
This reverts commit c9711ac.
Seeing as people mostly agree about the content, I'm going to propose FCP. @mscbot fcp merge |
@mscbot fcp merge Edit: helps if you add the label |
@mscbot fcp merge |
Team member @turt2live has proposed to merge this. The next step is review by the rest of the tagged people: No concerns currently listed. Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
Co-Authored-By: Hubert Chathi <hubert@uhoreg.ca>
🔔 This is now entering its final comment period, as per the review above. 🔔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also please resolve comment threads that are no longer relevant to make the timeline smaller.
It seems like it's too late to mention it at this point, however this is a breaking change for clients. Older clients which happily continue using I don't really know how to fix this without bumping the endpoint version, which is non-trivial for the client-server API. Just highlighting this as a point of documentation, rather than blocking the whole 1.0 on it. It's certainly not the first time we've broken compatibility between minor versions of the spec, however I strongly suggest this be the last time we ever do this. |
The final comment period, with a disposition to merge, as per the review above, is now complete. |
merged 🎉 |
This implements ([MSC2078](matrix-org/matrix-spec-proposals#2078)). This is a quick c+p from matrix-org/matrix-ios-sdk#728. We will completely remove MXK3PID when refactoring login/registration.
Rendered
Spec PR is here: #2101