summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-04 09:53:21 -0400
committerGitHub <noreply@github.com>2022-05-04 13:53:21 +0000
commitba3fd54badb0e11d4dc79488e2ab3099fc03a1e8 (patch)
tree38a52da27e8ed4d4a397474fa6763960238733c3 /docs
parentImprove logging for cancelled requests (#12587) (diff)
downloadsynapse-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')
-rw-r--r--docs/jwt.md3
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,