This repository was archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 668
Add AS support to common.MakeAuthAPI #427
Merged
APwhitehat
merged 9 commits into
matrix-org:master
from
APwhitehat:add_ASsupport_AuthAPI
Jul 16, 2018
Merged
Add AS support to common.MakeAuthAPI #427
APwhitehat
merged 9 commits into
matrix-org:master
from
APwhitehat:add_ASsupport_AuthAPI
Jul 16, 2018
Conversation
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
eb8a81b
to
93610f0
Compare
This was referenced Apr 10, 2018
93610f0
to
5bcaddf
Compare
Couple of comments:
|
|
5bcaddf
to
7dbf58f
Compare
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 <[email protected]>
Signed-off-by: Anant Prakash <[email protected]>
device if present Signed-off-by: Anant Prakash <[email protected]>
8d252a5
to
2a2a439
Compare
API endpoints such as this one: dendrite/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go Line 160 in 7844008
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 |
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
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.MakeAuthAPI
clientapi.routing
to utilize the AS support.common.MakeAuthAPI
, Add "TODO" to help their migration.