Remove broken "token-based" link (#1081)
This used to link to a section in the UIA docs (https://matrix.org/docs/spec/client_server/r0.6.1#token-based),
but that was removed in 7c6636a5
.
This commit is contained in:
parent
c4e54509db
commit
bb47f08ee7
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -1056,8 +1056,8 @@ as follows:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
As with [token-based]() interactive login, the `token` must encode the
|
The `token` must encode the user ID, since there is no other identifying
|
||||||
user ID. In the case that the token is not valid, the homeserver must
|
data in the request. In the case that the token is not valid, the homeserver must
|
||||||
respond with `403 Forbidden` and an error code of `M_FORBIDDEN`.
|
respond with `403 Forbidden` and an error code of `M_FORBIDDEN`.
|
||||||
|
|
||||||
If the homeserver advertises `m.login.sso` as a viable flow, and the
|
If the homeserver advertises `m.login.sso` as a viable flow, and the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue