summary refs log tree commit diff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-12-08 15:31:17 +0000
committerGitHub <noreply@github.com>2021-12-08 15:31:17 +0000
commit83a74d9350e731cc0a7f119cf89aa1bd87638b84 (patch)
treecf9538e13f0336ec2cd2bb410786c24d50b391bc /docs/SUMMARY.md
parentUse HTTPStatus constants in place of literals in `tests.rest.client.test_auth... (diff)
downloadsynapse-83a74d9350e731cc0a7f119cf89aa1bd87638b84.tar.xz
Document the usage of refresh tokens. (#11427)
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index b05af6d690..11f597b3ed 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -30,6 +30,7 @@
         - [SSO Mapping Providers](sso_mapping_providers.md)
       - [Password Auth Providers](password_auth_providers.md)
       - [JSON Web Tokens](jwt.md)
+      - [Refresh Tokens](usage/configuration/user_authentication/refresh_tokens.md)
     - [Registration Captcha](CAPTCHA_SETUP.md)
     - [Application Services](application_services.md)
     - [Server Notices](server_notices.md)