This commit is contained in:
clokep 2022-05-04 13:53:58 +00:00
parent c3e9222d26
commit c7afcd8183
4 changed files with 2 additions and 6 deletions

View file

@ -160,8 +160,6 @@ follows:</p>
&quot;token&quot;: &quot;&lt;jwt&gt;&quot;
}
</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,

View file

@ -10097,8 +10097,6 @@ follows:</p>
&quot;token&quot;: &quot;&lt;jwt&gt;&quot;
}
</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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long