From 160a8aad166ba3dc072f4fc715deb43a46eadef5 Mon Sep 17 00:00:00 2001 From: josef Date: Thu, 2 May 2024 13:51:43 -0700 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> --- .../build-a-backend/auth/concepts/guest-access/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx b/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx index 05c48d1ef1f..e347db2cc36 100644 --- a/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/concepts/guest-access/index.mdx @@ -35,7 +35,7 @@ The Auth Plugin can be configured to automatically obtain guest credentials once -Amplify Auth can be configured to automatically obtain guest credentials once the device is online so that you are able to use other categories "anonymously" without the need to sign in. You will not be able to perform user specific methods while in this state such as updating attributes, changing your password, or getting the current user. However, you can obtain the unique Identity ID which is assigned to the device through the `fetchAuthSession` method [described here](/[platform]/build-a-backend/auth/connect-your-frontend/manage-user-session/). +Amplify Auth can be configured to automatically obtain guest credentials once the device is online so that you are able to use other categories "anonymously" without the need to sign in. You will not be able to perform user specific methods while in this state such as updating attributes, changing your password, or getting the current user. However, you can obtain the unique Identity ID which is assigned to the device through the `fetchAuthSession` method [described here](/[platform]/build-a-backend/auth/connect-your-frontend/manage-user-sessions/).