diff options
Diffstat (limited to 'develop/jwt.html')
-rw-r--r-- | develop/jwt.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/develop/jwt.html b/develop/jwt.html index 3477978ca8..44819935c2 100644 --- a/develop/jwt.html +++ b/develop/jwt.html @@ -192,9 +192,8 @@ provided by <code>matrix.org</code> so no further action is needed.</p> maintainer.</p> </li> </ul> -<p>To enable the JSON web token integration, you should then add a <code>jwt_config</code> section -to your configuration file (or uncomment the <code>enabled: true</code> line in the -existing section). See <a href="./sample_config.yaml">sample_config.yaml</a> for some +<p>To enable the JSON web token integration, you should then add a <code>jwt_config</code> option +to your configuration file. See the <a href="usage/configuration/config_documentation.html#jwt_config">configuration manual</a> for some sample settings.</p> <h2 id="how-to-test-jwt-as-a-developer"><a class="header" href="#how-to-test-jwt-as-a-developer">How to test JWT as a developer</a></h2> <p>Although JSON Web Tokens are typically generated from an external server, the |