Skip to content

Commit 16290a0

Browse files
authored
it's
1 parent 93dd264 commit 16290a0

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
@@ -49,7 +49,7 @@ If one of the following conditions are true:
4949

5050
Then the servers MUST reject with HTTP 403, with an `errcode` of `"M_FORBIDDEN"`.
5151

52-
If the access token DOES correspond to a appservice but the user is not inside it's namespace,
52+
If the access token DOES correspond to a appservice but the user is not inside its namespace,
5353
then the `errcode` should be `"M_EXCLUSIVE"`.
5454

5555
Homeservers should ignore the `access_token` parameter if a type other than
@@ -108,7 +108,7 @@ Furthermore, the ability to generate access tokens for real users who registered
108108

109109
## Security considerations
110110

111-
Appservices could use this new functionality to generate devices for any userId that are within it's namespace e.g. setting the
111+
Appservices could use this new functionality to generate devices for any userId that are within its namespace e.g. setting the
112112
user namespace regex to `@.*:example.com` would allow appservice to control anyone on the homeserver. While this sounds scary, in practise
113113
this is not a problem because:
114114

0 commit comments

Comments
 (0)