Skip to content

Commit

Permalink
resolve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBherwani1998 committed Jan 8, 2025
1 parent 8a33cec commit 53986a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@ const jwtLoginParams: JWTLoginParams = {
await coreKitInstance.loginWithJWT(jwtLoginParams);
```

## Importing an existing Single Factor Auth(SFA) account.
## Importing an existing Single Factor Auth(SFA) Key.

When logging in for the first time, you can import an existing SFA account using the
When logging in for the first time, you can import an existing SFA key using the
`registerExistingSFAKey` parameter. By default, the value of this parameter is `false`.

Additionally, this parameter allows you to leverage the
[wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address.
This approach enhances the user experience by enabling the creation of an EVM wallet without
requiring end users to initiate or complete an authentication flow.
This approach enhances the user experience by enabling the creation of a wallet without requiring
end users to initiate or complete an authentication flow.

To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/
Wallet Pregeneration API and MPC Core Kit SDK.
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA
SDK/ Wallet Pregeneration API and MPC Core Kit SDK.

:::info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,18 +218,18 @@ const verifierConfig: SubVerifierDetailsParams = {
await coreKitInstance.loginWithOAuth(verifierConfig);
```

## Importing an existing Single Factor Auth(SFA) account.
## Importing an existing Single Factor Auth(SFA) Key.

When logging in for the first time, you can import an existing SFA account using the
When logging in for the first time, you can import an existing SFA key using the
`registerExistingSFAKey` parameter. By default, the value of this parameter is `false`.

Additionally, this parameter allows you to leverage the
[wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address.
This approach enhances the user experience by enabling the creation of an EVM wallet without
requiring end users to initiate or complete an authentication flow.
This approach enhances the user experience by enabling the creation of a wallet without requiring
end users to initiate or complete an authentication flow.

To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/
Wallet Pregeneration API and MPC Core Kit SDK.
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA
SDK/ Wallet Pregeneration API and MPC Core Kit SDK.

:::info

Expand Down

0 comments on commit 53986a1

Please sign in to comment.