Skip to content

Commit f9a5b34

Browse files
authored
Clarify /register / /login
1 parent 16290a0 commit f9a5b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/2778-appservice-login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ then the `errcode` should be `"M_EXCLUSIVE"`.
5555
Homeservers should ignore the `access_token` parameter if a type other than
5656
`m.login.application_service` has been provided.
5757

58-
The expected flow for appservices would be to `/register` their users, and
59-
then `/login` to generate the appropriate device.
58+
Appservices creating **new** users can still use the `/register` endpoint to generate an `access_token` / `device_id`
59+
but for existing users, the `/login` endpoint can be used instead.
6060

6161
## Potential issues
6262

0 commit comments

Comments
 (0)