Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
Browse files Browse the repository at this point in the history
…d/switching-authentication-flows/index.mdx

Co-authored-by: Parker Scanlon <69879391+scanlonp@users.noreply.github.com>
  • Loading branch information
jjarvisp and scanlonp authored Dec 2, 2024
1 parent b313965 commit 300cec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ await signIn({

The `USER_AUTH` sign in flow supports the following methods as first factors for authentication: `WEB_AUTHN`, `EMAIL_OTP`, `SMS_OTP`, `PASSWORD`, and `PASSWORD_SRP`.

If the desired first factor is known when authentication is initiated it can be passed to the `signIn` API as the `preferredChallenge` to initiate the corresponding authentication flow.
If the desired first factor is known when authentication is initiated, it can be passed to the `signIn` API as the `preferredChallenge` to initiate the corresponding authentication flow.

```ts
// PASSWORD_SRP / PASSWORD
Expand Down

0 comments on commit 300cec2

Please sign in to comment.