Skip to content

Commit b4cbc15

Browse files
joon-wonjjarvisp
andauthored
feat(auth): Introduce resumable signin guide for the AmplifyJS (#7976)
* Update Docs with contents of resumable sign in feature Co-authored-by: James Jarvis <[email protected]>
1 parent ba67dd4 commit b4cbc15

File tree

1 file changed

+5
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in

1 file changed

+5
-0
lines changed

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,11 @@ if (nextStep.signInStep === "CONTINUE_SIGN_IN_WITH_TOTP_SETUP") {
707707
}
708708

709709
```
710+
<Callout info>
711+
712+
**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.
713+
714+
</Callout>
710715

711716
</InlineFilter>
712717

0 commit comments

Comments
 (0)