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:
Richard van der Hoff 2022-05-25 12:27:30 +02:00 committed by GitHub
parent c4e54509db
commit bb47f08ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -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