aws-amplify / aws-amplify/docs

[Flutter] TOTP Documentation issues/improvements

Open
#5,854 0 comments 0 reactions 0 assignees View on GitHub
amplify/flutter
Dominant language
MDX
Stars
506
Forks
1.1k
Avg merge
3h 14m
Merged PRs (30d)
1

Description

**Page:**
https://docs.amplify.aws/lib/auth/signin_next_steps/q/platform/flutter/#continue-signin-with-totp-setup

**Sentence:**
> For more advanced use cases, TOTPSetupDetails also contains a sharedSecret which can be used to either generate a QR code or be manually entered into an authenticator app.

**Issue:**
The sentence above make it sound like the QR code can be generated out of `sharedSecret`. But the URI generation that `getSetupUri` does is the one that would be working.

---------
**Page:**
https://docs.amplify.aws/lib/auth/signin_next_steps/q/platform/flutter/#continue-signin-with-totp-setup

**Sentence:**
`final setupUri = totpSetupDetails.getSetupUri(appName: 'MyApp');`

**Issue:**
The **MyApp** does not sound like the current app. It may also give a feeling to write the Authenticator app of user's choice.
---------
**Page:**
https://docs.amplify.aws/lib/auth/mfa/q/platform/flutter/#enabling-totp-after-a-user-is-signed-in

**Sentence:**
that contains the sharedSecret which will be used to either to generate a QR code or can be manually entered into an Authenticator app.

**Issue:**
The sentence starts with a lower case and feels random.

Screenshot 2023-09-07 at 22 02 12

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.