From 543b86d974cbfe62cb7d33bb04b5e034d04c1f9b Mon Sep 17 00:00:00 2001 From: dacharyc Date: Tue, 4 Jun 2024 11:26:44 -0400 Subject: [PATCH] It's automatic, yo! --- source/sdk/users/authenticate-users.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sdk/users/authenticate-users.txt b/source/sdk/users/authenticate-users.txt index fac3ab58ff..4eb55291ea 100644 --- a/source/sdk/users/authenticate-users.txt +++ b/source/sdk/users/authenticate-users.txt @@ -42,8 +42,8 @@ to log users in and out of a client app: Upon successful login, App Services begins a **user session** for the user. App Services manages sessions with access tokens and refresh tokens. The SDK -supplies the logic to manage tokens and provide them with requests. For more -information on managing user sessions and tokens, refer to +automatically supplies the logic to manage tokens and provide them with requests. +For more information on managing user sessions and tokens, refer to :ref:`sdks-manage-user-tokens`. Once you have a logged-in user, you can: