Skip to content

Commit 97fbd6c

Browse files
committed
Change mpc core kit folder location
1 parent ba888b6 commit 97fbd6c

39 files changed

+67
-60
lines changed

docs/sdk/mpc-core-kit/authentication/authentication.mdx renamed to docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/authentication.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ Web3Auth.
3939

4040
As discussed earlier, there are two login methods available in the SDK tailored to your use case.
4141

42-
- [Login with OAuth](/sdk/core-kit/mpc-core-kit/authentication/login-oauth): You can use this method
43-
the implicit login flow, where you don't need to manually handle the authentication and get the
44-
JWT token.
42+
- [Login with OAuth](/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth): You can use this
43+
method the implicit login flow, where you don't need to manually handle the authentication and get
44+
the JWT token.
4545

46-
- [Login with JWT](/sdk/core-kit/mpc-core-kit/authentication/login-jwt): You can use this method to
47-
manually handle the authentication, and send the JWT token to Web3Auth. This method allows you to
48-
bring your own authentication flow.
46+
- [Login with JWT](/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt): You can use this
47+
method to manually handle the authentication, and send the JWT token to Web3Auth. This method
48+
allows you to bring your own authentication flow.
4949

5050
:::tip Recommended
5151

5252
For faster login speeds, we recommend using the
53-
[Login with JWT](/sdk/core-kit/mpc-core-kit/authentication/login-jwt) method.
53+
[Login with JWT](/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt) method.
5454

5555
:::
5656

docs/sdk/mpc-core-kit/authentication/login-jwt.mdx renamed to docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx

File renamed without changes.

docs/sdk/mpc-core-kit/authentication/login-oauth.mdx renamed to docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx

File renamed without changes.
File renamed without changes.

docs/sdk/mpc-core-kit/initialize-rn.mdx renamed to docs/sdk/mpc-core-kit/mpc-core-kit-js/initialize-rn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ configure the SDK.
7777
| `redirectPathName?` | Specifies the url path where user will be redirected after login. Redirect Uri for OAuth is `baseUrl/redirectPathName`. |
7878
| `disableHashedFactorKey?` | Disables the Hashed Key, making the sure user logs in always in a non-custodial mode. Recommended only if you have proper MFA flow setup for the user while creating the account. Default value is false. |
7979
| `tssLib` | The threshold signing library to use: <ul><li>For secp256k1 keyType, you can use the `@toruslabs/tss-dkls-lib`</li><li> For ed25519 keyType you can use `@toruslabs/tss-frost-lib`</li></ul> |
80-
| `hashedFactorNonce?` | Nonce for the hashed factor. Default value is `web3AuthClientId`. [Learn more about hashed factor](/docs/sdk/core-kit/mpc-core-kit/#hashed-cloud-factor). |
80+
| `hashedFactorNonce?` | Nonce for the hashed factor. Default value is `web3AuthClientId`. [Learn more about hashed factor](/docs/sdk/mpc-core-kit/mpc-core-kit-js/#hashed-cloud-factor). |
8181
| `storage` | Defines the storage for MPC Core Kit's state. |
8282
| `useDKG?` | Specifies whether to use DKG or not. If set to false, the key would be securely generated on the client side, and imported to Web3Auth network. If set to true, the key would be generated using a distributed network.Setting the flag to false, and generating a key on the client side significantly improves the speed of first-time login. The default value secp256k1 is `true`. Please note, it is not supported for ed25519, and is always false. |
8383
| `useClientGeneratedTSSKey?` | Specifies whether to use client generated TSS key or not. The default value is set to `false` for secp256k1 and `true` for ed25519. The default value is set to `true` for ed25519 as it allows users to export the ed25519 key. |

docs/sdk/mpc-core-kit/initialize.mdx renamed to docs/sdk/mpc-core-kit/mpc-core-kit-js/initialize.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ configure the SDK.
4646
| `redirectPathName?` | Specifies the url path where user will be redirected after login. Redirect Uri for OAuth is `baseUrl/redirectPathName`. |
4747
| `disableHashedFactorKey?` | Disables the Hashed Key, making the sure user logs in always in a non-custodial mode. Recommended only if you have proper MFA flow setup for the user while creating the account. Default value is false. |
4848
| `tssLib` | The threshold signing library to use: <ul><li>For secp256k1 keyType, you can use the `@toruslabs/tss-dkls-lib`</li><li> For ed25519 keyType you can use `@toruslabs/tss-frost-lib`</li></ul> |
49-
| `hashedFactorNonce?` | Nonce for the hashed factor. Default value is `web3AuthClientId`. [Learn more about hashed factor](/docs/sdk/core-kit/mpc-core-kit/#hashed-cloud-factor). |
49+
| `hashedFactorNonce?` | Nonce for the hashed factor. Default value is `web3AuthClientId`. [Learn more about hashed factor](/docs/sdk/mpc-core-kit/mpc-core-kit-js/#hashed-cloud-factor). |
5050
| `storage` | Defines the storage for MPC Core Kit's state. |
5151
| `useDKG?` | Specifies whether to use DKG or not. If set to false, the key would be securely generated on the client side, and imported to Web3Auth network. If set to true, the key would be generated using a distributed network.Setting the flag to false, and generating a key on the client side significantly improves the speed of first-time login. The default value secp256k1 is `true`. Please note, it is not supported for ed25519, and is always false. |
5252
| `useClientGeneratedTSSKey?` | Specifies whether to use client generated TSS key or not. The default value is set to `false` for secp256k1 and `true` for ed25519. The default value is set to `true` for ed25519 as it allows users to export the ed25519 key. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)