Skip to content

Commit

Permalink
feat(auth): Introduce resumable signin guide for the AmplifyJS (#7976)
Browse files Browse the repository at this point in the history
* Update Docs with contents of resumable sign in feature

Co-authored-by: James Jarvis <[email protected]>
  • Loading branch information
joon-won and jjarvisp authored Jan 7, 2025
1 parent ba67dd4 commit b4cbc15
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,11 @@ if (nextStep.signInStep === "CONTINUE_SIGN_IN_WITH_TOTP_SETUP") {
}

```
<Callout info>

**Note:** The Amplify authentication flow will persist relevant session data throughout the lifespan of a page session. This enables the `confirmSignIn` API to be leveraged even after a full page refresh in a multi-page application, such as when redirecting from a login page to a sign in confirmation page.

</Callout>

</InlineFilter>

Expand Down

0 comments on commit b4cbc15

Please sign in to comment.