1 files changed, 0 insertions, 2 deletions
diff --git a/develop/jwt.html b/develop/jwt.html
index 1a314e780b..9c41f27e9a 100644
--- a/develop/jwt.html
+++ b/develop/jwt.html
@@ -160,8 +160,6 @@ follows:</p>
"token": "<jwt>"
}
</code></pre>
-<p>Note that the login type of <code>m.login.jwt</code> is supported, but is deprecated. This
-will be removed in a future version of Synapse.</p>
<p>The <code>token</code> field should include the JSON web token with the following claims:</p>
<ul>
<li>A claim that encodes the local part of the user ID is required. By default,
|