Skip to content

Commit d6b60b8

Browse files
Merge branch 'master' into fix/flutter-typo
2 parents 5c107fb + f6668de commit d6b60b8

635 files changed

Lines changed: 1341 additions & 2379 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/auth-provider-setup/byo-jwt-providers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ console.log(token);
131131
// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
132132
// Check out below to convert PEM to JWKS
133133
// Store it in gist, public folder or somewhere else that is accessible to the public.
134-
// like this enpoint: https://my-authz-server/.well-known/jwks.json
134+
// like this endpoint: https://my-authz-server/.well-known/jwks.json
135135
// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
136136
```
137137

@@ -176,7 +176,7 @@ console.log(token);
176176
// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
177177
// Check out below to convert PEM to JWKS
178178
// Store it in gist, public folder or somewhere else that is accessible to the public.
179-
// like this enpoint: https://my-authz-server/.well-known/jwks.json
179+
// like this endpoint: https://my-authz-server/.well-known/jwks.json
180180
// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
181181
```
182182

docs/auth-provider-setup/federated-identity-providers.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: This will require you to register an app with the Federated / Identity Pro
2727
3. Enter the `Auth0 Client ID` and `Auth0 Domain` from your Auth0 application. See how to create a new Auth0 application
2828
[here](https://auth0.com/docs/quickstart/webapp/).
2929

30-
![Auth0 - Domain and Client ID from Auth0 Dashboard](/content-hub/guides/auth0/auth0-guide-clientid.png)
30+
![Auth0 - Domain and Client ID from Auth0 Dashboard](/guides/auth0/auth0-guide-clientid.png)
3131

3232
4. Fill the `Auth0 Client ID` and `Auth0 Domain` details and select `Sub` or `Email` as the JWT Verifier ID.
3333
![Auth0 Client ID and Domain on Web3Auth Dashboard](/dashboard/verifiers/create-a0-details.png)
@@ -36,7 +36,7 @@ Note: This will require you to register an app with the Federated / Identity Pro
3636

3737
:::info Guide
3838

39-
Check out the [**Auth0 guide**](/content-hub/guides/auth0) to learn more about how to set up the Auth0 verifier and use it with Web3Auth.
39+
Check out the [**Auth0 guide**](/guides/auth0) to learn more about how to set up the Auth0 verifier and use it with Web3Auth.
4040

4141
:::
4242

@@ -48,8 +48,7 @@ Check out the [**Auth0 guide**](/content-hub/guides/auth0) to learn more about h
4848

4949
:::info Guide
5050

51-
Check out the [** AWS Cognito guide**](/content-hub/guides/cognito) to learn more about how to set up the AWS Cognito verifier and use it with
52-
Web3Auth.
51+
Check out the [** AWS Cognito guide**](/guides/cognito) to learn more about how to set up the AWS Cognito verifier and use it with Web3Auth.
5352

5453
:::
5554

@@ -61,6 +60,6 @@ Web3Auth.
6160

6261
:::info Guide
6362

64-
Check out the [**Firebase guide**](/content-hub/guides/firebase) to learn more about how to set up the Firebase verifier and use it with Web3Auth.
63+
Check out the [**Firebase guide**](/guides/firebase) to learn more about how to set up the Firebase verifier and use it with Web3Auth.
6564

6665
:::

docs/auth-provider-setup/social-providers/discord.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import DiscordSetup from "@site/src/common/guides/_discord-setup.mdx";
1212

1313
:::info
1414

15-
**[Using Discord with Web3Auth Guide](/content-hub/guides/discord)**
15+
**[Using Discord with Web3Auth Guide](/guides/discord)**
1616

1717
:::
1818

@@ -53,12 +53,11 @@ const chainConfig = {
5353
blockExplorerUrl: "https://etherscan.io",
5454
ticker: "ETH",
5555
tickerName: "Ethereum",
56-
logo: "https://images.toruswallet.io/ethereum.svg"
56+
logo: "https://images.toruswallet.io/ethereum.svg",
5757
};
5858

5959
const privateKeyProvider = new EthereumPrivateKeyProvider({ config: { chainConfig } });
6060

61-
6261
const web3auth = new Web3Auth({
6362
clientId,
6463
web3AuthNetwork: "sapphire_mainnet",
@@ -106,14 +105,13 @@ const chainConfig = {
106105
displayName: "Ethereum Mainnet",
107106
blockExplorerUrl: "https://etherscan.io",
108107
ticker: "ETH",
109-
logo: "https://images.toruswallet.io/ethereum.svg"
108+
logo: "https://images.toruswallet.io/ethereum.svg",
110109
};
111110

112111
const privateKeyProvider = new EthereumPrivateKeyProvider({
113112
config: { chainConfig },
114113
});
115114

116-
117115
const web3auth = new Web3AuthNoModal({
118116
clientId,
119117
chainConfig,
@@ -216,7 +214,7 @@ const chainConfig = {
216214
blockExplorerUrl: "https://etherscan.io",
217215
ticker: "ETH",
218216
tickerName: "Ethereum",
219-
logo: "https://images.toruswallet.io/ethereum.svg"
217+
logo: "https://images.toruswallet.io/ethereum.svg",
220218
};
221219

222220
const privateKeyProvider = new EthereumPrivateKeyProvider({

docs/auth-provider-setup/social-providers/facebook.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ import Tabs from "@theme/Tabs";
1111

1212
:::info
1313

14-
**[Using Facebook with Web3Auth Guide](/content-hub/guides/facebook)**
14+
**[Using Facebook with Web3Auth Guide](/guides/facebook)**
1515

1616
:::
1717

1818
## Create a Facebook app
1919

2020
1. Follow Facebook's instructions to [create a new app](https://developers.facebook.com/docs/development/create-an-app).
2121
2. When creating an app, make sure to select `Consumer` from this screen to use Facebook Login.
22-
![Facebook OAuth2.0 App Dashboard](/content-hub/social-providers/facebook/facebook-app.png)
22+
![Facebook OAuth2.0 App Dashboard](/guides/social-providers/facebook/facebook-app.png)
2323

2424
3. On the next screen, you'll be presented with different products you can integrate into your Facebook app. Click **"Set Up"** in the card
2525
representing the **Facebook Login** capability.
2626

27-
![Facebook OAuth2.0 App Dashboard](/content-hub/social-providers/facebook/facebook-login-setup.png)
27+
![Facebook OAuth2.0 App Dashboard](/guides/social-providers/facebook/facebook-login-setup.png)
2828

2929
4. Paste the following as a redirect URI into the "Valid OAuth Redirect URIs" field.
3030

3131
- https://auth.web3auth.io/auth
3232

33-
![Facebook OAuth2.0 App Dashboard](/content-hub/social-providers/facebook/facebook-login-settings-oauth.png)
33+
![Facebook OAuth2.0 App Dashboard](/guides/social-providers/facebook/facebook-login-settings-oauth.png)
3434

3535
5. Obtain the "App ID" and "App Secret" from the **Settings > Basic** screen.
3636

37-
![Facebook OAuth2.0 App Dashboard](/content-hub/social-providers/facebook/facebook-app-id-secret.png)
37+
![Facebook OAuth2.0 App Dashboard](/guides/social-providers/facebook/facebook-app-id-secret.png)
3838

3939
## Set up Facebook
4040

@@ -69,7 +69,7 @@ const chainConfig = {
6969
displayName: "Ethereum Mainnet",
7070
blockExplorerUrl: "https://etherscan.io",
7171
ticker: "ETH",
72-
logo: "https://images.toruswallet.io/ethereum.svg"
72+
logo: "https://images.toruswallet.io/ethereum.svg",
7373
};
7474

7575
const privateKeyProvider = new EthereumPrivateKeyProvider({
@@ -123,7 +123,7 @@ const chainConfig = {
123123
displayName: "Ethereum Mainnet",
124124
blockExplorerUrl: "https://etherscan.io",
125125
ticker: "ETH",
126-
logo: "https://images.toruswallet.io/ethereum.svg"
126+
logo: "https://images.toruswallet.io/ethereum.svg",
127127
};
128128

129129
const privateKeyProvider = new EthereumPrivateKeyProvider({
@@ -197,7 +197,7 @@ const chainConfig = {
197197
displayName: "Ethereum Mainnet",
198198
blockExplorerUrl: "https://etherscan.io",
199199
ticker: "ETH",
200-
logo: "https://images.toruswallet.io/ethereum.svg"
200+
logo: "https://images.toruswallet.io/ethereum.svg",
201201
};
202202

203203
const privateKeyProvider = new EthereumPrivateKeyProvider({

docs/auth-provider-setup/social-providers/google.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Tabs from "@theme/Tabs";
1111

1212
:::info
1313

14-
**[Using Google with Web3Auth Guide](/content-hub/guides/google)**
14+
**[Using Google with Web3Auth Guide](/guides/google)**
1515

1616
:::
1717

@@ -22,7 +22,7 @@ import Tabs from "@theme/Tabs";
2222

2323
- https://auth.web3auth.io/auth
2424

25-
![Google OAuth2.0 App Dashboard](/content-hub/social-providers/google/google-app-redirect-uri.png)
25+
![Google OAuth2.0 App Dashboard](/guides/social-providers/google/google-app-redirect-uri.png)
2626

2727
3. Obtain the OAuth `Client ID` from your [App on the Google Developer dashboard](https://console.developers.google.com/)
2828

@@ -70,14 +70,13 @@ const chainConfig = {
7070
blockExplorerUrl: "https://etherscan.io",
7171
ticker: "ETH",
7272
tickerName: "Ethereum",
73-
logo: "https://images.toruswallet.io/ethereum.svg"
73+
logo: "https://images.toruswallet.io/ethereum.svg",
7474
};
7575

7676
const privateKeyProvider = new EthereumPrivateKeyProvider({
7777
config: { chainConfig },
7878
});
7979

80-
8180
const web3auth = new Web3Auth({
8281
clientId,
8382
web3AuthNetwork: "sapphire_mainnet",
@@ -126,14 +125,13 @@ const chainConfig = {
126125
blockExplorerUrl: "https://etherscan.io",
127126
ticker: "ETH",
128127
tickerName: "Ethereum",
129-
logo: "https://images.toruswallet.io/ethereum.svg"
128+
logo: "https://images.toruswallet.io/ethereum.svg",
130129
};
131130

132131
const privateKeyProvider = new EthereumPrivateKeyProvider({
133132
config: { chainConfig },
134133
});
135134

136-
137135
const web3auth = new Web3AuthNoModal({
138136
clientId,
139137
web3AuthNetwork: "sapphire_mainnet",
@@ -211,14 +209,13 @@ const chainConfig = {
211209
blockExplorerUrl: "https://etherscan.io",
212210
ticker: "ETH",
213211
tickerName: "Ethereum",
214-
logo: "https://images.toruswallet.io/ethereum.svg"
212+
logo: "https://images.toruswallet.io/ethereum.svg",
215213
};
216214

217215
const privateKeyProvider = new EthereumPrivateKeyProvider({
218216
config: { chainConfig },
219217
});
220218

221-
222219
const web3auth = new Web3Auth({
223220
clientId,
224221
web3AuthNetwork: "sapphire_mainnet",
@@ -268,7 +265,7 @@ const chainConfig = {
268265
blockExplorerUrl: "https://etherscan.io",
269266
ticker: "ETH",
270267
tickerName: "Ethereum",
271-
logo: "https://images.toruswallet.io/ethereum.svg"
268+
logo: "https://images.toruswallet.io/ethereum.svg",
272269
};
273270

274271
const privateKeyProvider = new EthereumPrivateKeyProvider({

docs/auth-provider-setup/social-providers/twitch.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SetupTwitch from "@site/src/common/guides/_setup-twitch.mdx";
1212

1313
:::info
1414

15-
**[Using Twitch with Web3Auth Guide](/content-hub/guides/twitch)**
15+
**[Using Twitch with Web3Auth Guide](/guides/twitch)**
1616

1717
:::
1818

@@ -53,14 +53,13 @@ const chainConfig = {
5353
blockExplorerUrl: "https://etherscan.io",
5454
ticker: "ETH",
5555
tickerName: "Ethereum",
56-
logo: "https://images.toruswallet.io/ethereum.svg"
56+
logo: "https://images.toruswallet.io/ethereum.svg",
5757
};
5858

5959
const privateKeyProvider = new EthereumPrivateKeyProvider({
6060
config: { chainConfig },
6161
});
6262

63-
6463
const web3auth = new Web3Auth({
6564
clientId,
6665
web3AuthNetwork: "sapphire_mainnet",
@@ -109,14 +108,13 @@ const chainConfig = {
109108
blockExplorerUrl: "https://etherscan.io",
110109
ticker: "ETH",
111110
tickerName: "Ethereum",
112-
logo: "https://images.toruswallet.io/ethereum.svg"
111+
logo: "https://images.toruswallet.io/ethereum.svg",
113112
};
114113

115114
const privateKeyProvider = new EthereumPrivateKeyProvider({
116115
config: { chainConfig },
117116
});
118117

119-
120118
const web3auth = new Web3AuthNoModal({
121119
clientId,
122120
web3AuthNetwork: "sapphire_mainnet",
@@ -185,14 +183,13 @@ const chainConfig = {
185183
blockExplorerUrl: "https://etherscan.io",
186184
ticker: "ETH",
187185
tickerName: "Ethereum",
188-
logo: "https://images.toruswallet.io/ethereum.svg"
186+
logo: "https://images.toruswallet.io/ethereum.svg",
189187
};
190188

191189
const privateKeyProvider = new EthereumPrivateKeyProvider({
192190
config: { chainConfig },
193191
});
194192

195-
196193
const web3auth = new Web3AuthNoModal({
197194
clientId,
198195
web3AuthNetwork: "sapphire_mainnet",

docs/connect-blockchain/evm/arbitrum/android.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate Web3Auth with the Arbitrum Blockchain in Android
33
sidebar_label: Android
4-
image: "content-hub/guides/banners/arbitrum.png"
4+
image: "guides/banners/arbitrum.png"
55
displayed_sidebar: docs
66
keywords: [android, arbitrum, web3auth, authentication, blockchain]
77
description: "Integrate Web3Auth with the Arbitrum Blockchain in Android | Documentation - Web3Auth"
@@ -21,7 +21,7 @@ import SEO from "@site/src/components/SEO";
2121
<SEO
2222
title="Integrate Web3Auth with the Arbitrum Blockchain in Android"
2323
description="Integrate Web3Auth with the Arbitrum Blockchain in Android | Documentation - Web3Auth"
24-
image="https://web3auth.io/docs/content-hub/guides/banners/arbitrum.png"
24+
image="https://web3auth.io/docs/guides/banners/arbitrum.png"
2525
slug="/connect-blockchain/evm/arbitrum/android"
2626
/>
2727

docs/connect-blockchain/evm/arbitrum/arbitrum.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Integrate Web3Auth with the Arbitrum Blockchain
33
hide_table_of_contents: true
44
displayed_sidebar: docs
5-
image: "content-hub/guides/banners/arbitrum.png"
5+
image: "guides/banners/arbitrum.png"
66
description: "Integrate Web3Auth with the Arbitrum Blockchain | Documentation - Web3Auth"
77
---
88

@@ -12,7 +12,7 @@ import SEO from "@site/src/components/SEO";
1212
<SEO
1313
title="Integrate Web3Auth with the Arbitrum Blockchain"
1414
description="Integrate Web3Auth with the Arbitrum Blockchain | Documentation - Web3Auth"
15-
image="https://web3auth.io/docs/content-hub/guides/banners/arbitrum.png"
15+
image="https://web3auth.io/docs/guides/banners/arbitrum.png"
1616
slug="/connect-blockchain/evm/arbitrum"
1717
/>
1818

docs/connect-blockchain/evm/arbitrum/flutter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate Web3Auth with the Arbitrum Blockchain in Flutter
33
sidebar_label: Flutter
4-
image: "content-hub/guides/banners/arbitrum.png"
4+
image: "guides/banners/arbitrum.png"
55
displayed_sidebar: docs
66
keywords: [flutter, arbitrum, web3auth, authentication, blockchain]
77
description: "Integrate Web3Auth with the Arbitrum Blockchain in Flutter | Documentation - Web3Auth"
@@ -25,7 +25,7 @@ import SEO from "@site/src/components/SEO";
2525
<SEO
2626
title="Integrate Web3Auth with the Arbitrum Blockchain in Flutter"
2727
description="Integrate Web3Auth with the Arbitrum Blockchain in Flutter | Documentation - Web3Auth"
28-
image="https://web3auth.io/docs/content-hub/guides/banners/arbitrum.png"
28+
image="https://web3auth.io/docs/guides/banners/arbitrum.png"
2929
slug="/connect-blockchain/evm/arbitrum/flutter"
3030
/>
3131

docs/connect-blockchain/evm/arbitrum/ios.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate Web3Auth with the Arbitrum Blockchain in iOS/Swift Applications
33
sidebar_label: iOS
4-
image: "/docs/content-hub/guides/banners/arbitrum.png"
4+
image: "/docs/guides/banners/arbitrum.png"
55
displayed_sidebar: docs
66
keywords: [ios, swift, arbitrum, web3auth, authentication, blockchain]
77
description: "Integrate Web3Auth with the Arbitrum Blockchain in iOS/Swift Applications | Documentation - Web3Auth"
@@ -21,7 +21,7 @@ import SEO from "@site/src/components/SEO";
2121
<SEO
2222
title="Integrate Web3Auth with the Arbitrum Blockchain in iOS/Swift Applications"
2323
description="Integrate Web3Auth with the Arbitrum Blockchain in iOS/Swift Applications | Documentation - Web3Auth"
24-
image="https://web3auth.io/docs/content-hub/guides/banners/arbitrum.png"
24+
image="https://web3auth.io/docs/guides/banners/arbitrum.png"
2525
slug="/connect-blockchain/evm/arbitrum/ios"
2626
/>
2727

0 commit comments

Comments
 (0)