This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Add AS support to common.MakeAuthAPI#427
Merged
APwhitehat merged 9 commits intomatrix-org:masterfrom Jul 16, 2018
Merged
Conversation
eb8a81b to
93610f0
Compare
This was referenced Apr 10, 2018
93610f0 to
5bcaddf
Compare
Member
|
Couple of comments:
|
Contributor
Author
|
5bcaddf to
7dbf58f
Compare
Contributor
Author
|
Once matrix-org/gomatrixserverlib#92 gets merged, we can remove the "AS_Device" with a const. |
Make clientapi utilize the same Signed-off-by: Anant Prakash <anantprakashjsr@gmail.com>
Signed-off-by: Anant Prakash <anantprakashjsr@gmail.com>
device if present Signed-off-by: Anant Prakash <anantprakashjsr@gmail.com>
8d252a5 to
2a2a439
Compare
Member
|
API endpoints such as this one: still check for information from the accountDB, which fails due to an account not actually existing. What do you think of the solution of just creating a |
Member
|
So #505 solves the generate AS sender_localpart user problem. It may or may not replace any commits on this PR. |
7 tasks
erikjohnston
approved these changes
Jul 16, 2018
This was referenced Oct 30, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
common.MakeAuthAPIclientapi.routingto utilize the AS support.common.MakeAuthAPI, Add "TODO" to help their migration.