Remove broken "token-based" link

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-24 12:10:18 +01:00 committed by GitHub
parent c4e54509db
commit 8ca47aceb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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