We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16290a0 commit f9a5b34Copy full SHA for f9a5b34
proposals/2778-appservice-login.md
@@ -55,8 +55,8 @@ then the `errcode` should be `"M_EXCLUSIVE"`.
55
Homeservers should ignore the `access_token` parameter if a type other than
56
`m.login.application_service` has been provided.
57
58
-The expected flow for appservices would be to `/register` their users, and
59
-then `/login` to generate the appropriate device.
+Appservices creating **new** users can still use the `/register` endpoint to generate an `access_token` / `device_id`
+but for existing users, the `/login` endpoint can be used instead.
60
61
## Potential issues
62
0 commit comments