WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7782c45

Browse files
committed
update terminologies
1 parent a447329 commit 7782c45

File tree

30 files changed

+75
-75
lines changed

30 files changed

+75
-75
lines changed

docs/features/mpc.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ read through [How Web3Auth Works](/how-web3auth-works) and
4040

4141
In this setup, users are equipped with three factors for authentication and recovery:
4242

43-
1. **OAuth Login Factor:** Managed across Web3Auth's Auth Network, accessible via OAuth providers
44-
like Google.
43+
1. **OAuth Login Factor:** Managed across Web3Auth Network, accessible via OAuth providers like
44+
Google.
4545
2. **Device Factor:** Stored securely on the user's device, often protected by device-specific
4646
security features such as biometrics.
4747
3. **Backup/ 2FA Factor:** Acts as a recovery share, stored separately or based on user's input with
@@ -79,7 +79,7 @@ Users employ OAuth logins, trusted devices, and other factors to manage their cr
7979
pairs. Importantly, the complete private keys are not stored anywhere within the Wallet
8080
Infrastructure system, including our databases or any participating nodes.
8181

82-
To create a social login share, users interact with the Web3Auth Auth Network, where key generation
82+
To create a social login share, users interact with the Web3Auth Network, where key generation
8383
operates via a 5/9 consensus system. This setup guarantees that wallets remain non-custodial,
8484
ensuring that neither Web3Auth, Social Login Providers, nor any other party holding a key share can
8585
claim full ownership.

docs/how-web3auth-works.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for each user and application.
1818
## High-Level Architecture
1919

2020
The Web3Auth SDK lives solely on the user/application's front-end client and handles the
21-
interactions between OAuth providers and the Auth Network.
21+
interactions between OAuth providers and the Web3Auth Network.
2222

2323
The diagram below describes the relationship between the Web3Auth SDKs and integrating applications.
2424
It also depicts the difference between the products Web3Auth offers, to enable a developer-friendly
@@ -43,7 +43,7 @@ Users employ OAuth logins, trusted devices, and other factors to manage their cr
4343
pairs. Importantly, the complete private keys are not stored anywhere within the Wallet
4444
Infrastructure system, including our databases or any participating nodes.
4545

46-
To create a social login share, users interact with the Web3Auth Auth Network, where key generation
46+
To create a social login share, users interact with the Web3Auth Network, where key generation
4747
operates via a 5/9 consensus system. This setup guarantees that wallets remain non-custodial,
4848
ensuring that neither Web3Auth, Social Login Providers, nor any other party holding a key share can
4949
claim full ownership.

docs/infrastructure/infrastructure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ In a typical 2 out of 3 (2/3) setup, the user is provided with three factors: OA
6464
Device Factor, and Backup/ 2FA Factor. Please note that the threshold can increase for more
6565
security. It is dependent on the integrating application.
6666

67-
- **OAuth Login Factor** is managed and divided across Web3Auth's Auth Network and can be accessed
68-
through an OAuth login provider owned by the user, like their Google account.
67+
- **OAuth Login Factor** is managed and divided across Web3Auth Network and can be accessed through
68+
an OAuth login provider owned by the user, like their Google account.
6969
- **Device Factor** is stored on the user's device. The method of storage is specific to the device
7070
and system. For instance, on mobile devices, the factor could be stored in device storage that's
7171
secured with biometrics.

docs/infrastructure/nodes-and-dkg.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: "DKG Nodes in Wallet Management | Documentation - Web3Auth"
66

77
import CommonQuestions from "@site/src/components/CommonQuestions";
88

9-
The Web3Auth Auth Network Nodes run a Distributed Key Generation protocol amongst themselves to
10-
assign, store and return secrets/keys to users. In general within Auth Network, nodes manage a share
9+
The Web3Auth Network Nodes run a Distributed Key Generation protocol amongst themselves to assign,
10+
store and return secrets/keys to users. In general within Web3Auth Network, nodes manage a share
1111
retrieved via conventional OAuth flows.
1212

1313
The architecture consists of four parts:‌
@@ -35,7 +35,7 @@ The client then assembles these shares and reconstructs the users key in the fro
3535

3636
### Initialization
3737

38-
When a Auth Network Node is started, it tries to register its connection details on an Ethereum
38+
When a Web3Auth Network Node is started, it tries to register its connection details on an Ethereum
3939
smart contract. Once all nodes have been registered for that epoch, they try to connect with each
4040
other to set up the BFT network, and start generating distributed keys. They also listen for
4141
incoming information from nodes in the previous epoch.
@@ -163,7 +163,7 @@ unable to decrypt it.
163163

164164
<CommonQuestions
165165
questions={[
166-
"What are Web3Auth Auth Network Nodes and how do they work?",
166+
"What are Web3Auth Network Nodes and how do they work?",
167167
"What is Distributed Key Generation (DKG) in Web3Auth?",
168168
"How does the node lifecycle work in Web3Auth?",
169169
"What are the trust assumptions for the Torus Network?",

docs/product/mpc-core-kit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Using the Web3Auth MPC Core Kit, you can authenticate users and generate signatu
2020
transactions through distributed key shares, without ever reconstructing the private key. The SDK
2121
uses a 2-of-3 threshold signature scheme where the key shares are distributed across:
2222

23-
- **Auth Network Share:** Managed by Web3Auth's decentralized Auth Network and accessible through
24-
OAuth providers like Google, providing a familiar authentication experience.
23+
- **Web3Auth Network Share:** Managed by Web3Auth Network and accessible through OAuth providers
24+
like Google, providing a familiar authentication experience.
2525

2626
- **Device Share:** Securely stored on the user's device, leveraging platform-specific security
2727
features like biometric authentication on mobile devices.

docs/product/sfa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The authentication flow is straightforward yet secure:
2929
1. Users click to login with their preferred method (social login, email, biometrics etc.), hosted
3030
by the application itself
3131
2. Web3Auth silently generates a wallet using Shamir's Secret Sharing
32-
3. The private key is split into shares, distributed across the Web3Auth Auth Network (using a 5/9
32+
3. The private key is split into shares, distributed across the Web3Auth Network (using a 5/9
3333
consensus mechanism) and derived from the user's identity after authentication.
3434
4. The complete wallet is reconstructed within your application environment
3535

docs/sdk/gaming/unity/dapp-share.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ the login function.
6969
:::note
7070

7171
One major thing to note here is that the `dappShare` is only available for custom verifiers and not
72-
in the standard Web3auth verifiers. This is done to make sure that an application only has access to
72+
in the standard Web3Auth verifiers. This is done to make sure that an application only has access to
7373
the corresponding share to the private key of their application's user. Hence, to use dApp Share,
7474
one has to use the custom authentication feature of Web3Auth. Also, the dApp Share is only returned
7575
to users who have enabled 2FA to their account.

docs/sdk/gaming/unity/initialize.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ arguments.
9292
| Parameter | Description |
9393
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9494
| `clientId` | Your Web3Auth Client ID. You can get it from the Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `string` |
95-
| `network` | Defines the Web3Auth network. It's a mandatory field of type Network. |
95+
| `network` | Defines the Web3Auth Network. It's a mandatory field of type Network. |
9696
| `redirectUrl` | URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `Uri`. |
9797
| `whiteLabel?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. |
9898
| `loginConfig?` | Login config for the custom verifiers. It takes `Dictionary<string, LoginConfigItem>` as a value. |

docs/sdk/gaming/unity/install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ give you a reference on how your app's `redirect_url` should look like.
7474

7575
:::
7676

77-
### Add Web3auth Configuration Script to the scene
77+
### Add Web3Auth Configuration Script to the scene
7878

79-
- Inside `Project > Assets > Plugins > Web3AuthSDK` there is a file called `Web3auth` that must be
79+
- Inside `Project > Assets > Plugins > Web3AuthSDK` there is a file called `Web3Auth` that must be
8080
dragged to the component in the scene. In our examples we are using a canvas. So you can now
8181
configure you clientId, rediretUrl and Network from the UI.
8282

docs/sdk/gaming/unreal/initialize.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ arguments.
4141
| Parameter | Description |
4242
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4343
| `clientId` | Your Web3Auth Client ID. You can get it from Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `FString` |
44-
| `network` | Defines the Web3Auth network. It's a mandatory field of type Network. |
44+
| `network` | Defines the Web3Auth Network. It's a mandatory field of type Network. |
4545
| `redirectUrl` | URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `FString`. |
4646
| `whiteLabel?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `FWhiteLabelData` as a value. |
4747
| `loginConfig?` | Login config for the custom verifiers. It takes `TMap<FString, FLoginConfigItem>` as a value. |

0 commit comments

Comments
 (0)