diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-04 09:53:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 13:53:21 +0000 |
commit | ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8 (patch) | |
tree | 38a52da27e8ed4d4a397474fa6763960238733c3 /docs/jwt.md | |
parent | Improve logging for cancelled requests (#12587) (diff) | |
download | synapse-ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8.tar.xz |
Remove unstable/unspecced login types. (#12597)
* `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release.
Diffstat (limited to 'docs/jwt.md')
-rw-r--r-- | docs/jwt.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/jwt.md b/docs/jwt.md index 32f58cc0cb..346daf78ad 100644 --- a/docs/jwt.md +++ b/docs/jwt.md @@ -17,9 +17,6 @@ follows: } ``` -Note that the login type of `m.login.jwt` is supported, but is deprecated. This -will be removed in a future version of Synapse. - The `token` field should include the JSON web token with the following claims: * A claim that encodes the local part of the user ID is required. By default, |