Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/auth/concepts/guest-acces…
Browse files Browse the repository at this point in the history
…s/index.mdx

Co-authored-by: Tim Nguyen <[email protected]>
  • Loading branch information
josefaidt and timngyn authored May 2, 2024
1 parent 9836ceb commit 160a8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Auth Plugin can be configured to automatically obtain guest credentials once

</InlineFilter>
<InlineFilter filters={['javascript','react-native','angular','nextjs','react','vue']}>
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/).

</InlineFilter>

Expand Down

0 comments on commit 160a8aa

Please sign in to comment.