Skip to content

chore: addressed comments regarding removing split up context between… #7585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aa01637
chore: addressed comments regarding removing split up context between…
khatruong2009 May 14, 2024
f364546
chore: remove customize authorization modes page from gen1 prev
khatruong2009 May 14, 2024
df2221d
chore: change advanced workflows title back to the original
khatruong2009 May 14, 2024
dd9b568
chore: remove unnecessary inline filters between platforms
khatruong2009 May 14, 2024
d2e2f11
chore: update references in prev to lib-v1 i
khatruong2009 May 14, 2024
a6a2da4
chore: remove unnecessary inline filters and header changes from adva…
khatruong2009 May 14, 2024
5aef8e5
chore: correct macOS format
khatruong2009 May 14, 2024
0d787f8
chore: fix forget device wording
khatruong2009 May 14, 2024
1cbfc1d
chore: remove unnecessary header change in auth flows
khatruong2009 May 14, 2024
c7f8d7f
chore: fix html being used instead of markdown. Also change type infe…
khatruong2009 May 14, 2024
832263a
chore: remove inline filter for appsync limit callout
khatruong2009 May 14, 2024
5cfcc81
chore: change v1 references from lib to lib-v1
khatruong2009 May 14, 2024
f63b43d
chore: remove unnecessary inline filter
khatruong2009 May 14, 2024
1302b9f
chore: print to safePrint
khatruong2009 May 14, 2024
294a603
chore: change order of platforms back to original
khatruong2009 May 14, 2024
84e44aa
chore: fix flutter v1 MFA docs
khatruong2009 May 14, 2024
efa68da
Revert "chore: fix flutter v1 MFA docs"
khatruong2009 May 15, 2024
95633ea
chore: revert partial previous commit
khatruong2009 May 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2233,9 +2233,6 @@ export const directory = {
{
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/api-graphql-concepts/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/customize-authorization-modes/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/customize-authz-modes/index.mdx'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Future<void> _configureAmplify() async {

<Callout>

When running your app on MacOS you will need to enable keychain sharing in Xcode, as described in the [Project setup guide](/gen1/[platform]/prev/start/project-setup/platform-setup/#enable-keychain).
When running your app on macOS you will need to enable keychain sharing in Xcode, as described in the [Project setup guide](/gen1/[platform]/prev/start/project-setup/platform-setup/#enable-keychain).

</Callout>

Expand Down
8 changes: 0 additions & 8 deletions src/fragments/lib-v1/auth/common/device_features/common.mdx
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<InlineFilter filters={["flutter"]}>
<Callout>
The [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are currently not available within the library when using the federated OAuth flow with Cognito User Pools or Hosted UI.
</Callout>
</InlineFilter>

Remembering a device is useful in conjunction with Multi-Factor Authentication (MFA). If MFA is enabled for an Amazon Cognito user pool, end users have to type in a security code received via e-mail or SMS each time they want to sign in. This increases security but comes at the expense of the user's experience.

Remembering a device allows the second factor requirement to be automatically met when the user signs in on that device, thereby reducing friction in the user experience.

## Configure Auth Category

<InlineFilter filters={["swift", "android"]}>
<Callout>
Device remembering functionality does not work if you use one of the web UI
sign in methods.
</Callout>
</InlineFilter>

To enable remembered device functionality, open the Cognito User Pool console. To do this, **go to your project directory** and **issue the command**:

Expand Down
Loading
Loading