diff options
author | reivilibre <oliverw@matrix.org> | 2021-12-08 15:31:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 15:31:17 +0000 |
commit | 83a74d9350e731cc0a7f119cf89aa1bd87638b84 (patch) | |
tree | cf9538e13f0336ec2cd2bb410786c24d50b391bc /docs/SUMMARY.md | |
parent | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth... (diff) | |
download | synapse-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.md | 1 |
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) |