Skip to content

Commit a8e84a7

Browse files
author
JoonWon Choi
committed
Introduce resumable signin feature with the docs
1 parent 60e757f commit a8e84a7

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ if (nextStep === "CONFIRM_SIGN_IN_WITH_SMS_CODE") {
298298
}
299299
```
300300

301+
`signIn` API even allows you to continue confirm sign-in process after a redirection to a different location requiring a full browser reload, such as redirecting from a Login Page to a Confirm even after a full browser reload
302+
301303
</InlineFilter>
302304
<InlineFilter filters={["android"]}>
303305

0 commit comments

Comments
 (0)