Skip to content

Commit 88f138a

Browse files
committed
Clear guides common files
1 parent 4955d90 commit 88f138a

52 files changed

Lines changed: 49 additions & 1617 deletions

Some content is hidden

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

docs/authentication/social-logins/discord.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: "Discord Social Login with Web3Auth | Documentation - Web3Auth"
77
import DiscordToggle from "@site/static/images/dashboard/authentication-social-connections.png";
88
import DiscordConnection from "@site/static/images/dashboard/discord-connection.png";
99

10-
import DiscordSetup from "@site/src/common/guides/_discord-setup.mdx";
11-
1210
Discord Login is a social login provider that allows users to sign in using their Discord
1311
credentials. Web3Auth supports Discord as a social login provider, allowing developers to offer a
1412
familiar and quick authentication method for users with Discord accounts.
@@ -18,7 +16,20 @@ To integrate Discord with Web3Auth, developers must first create a Discord App v
1816

1917
## Create a Discord app
2018

21-
<DiscordSetup />
19+
1. Create a Discord [API application](https://discord.com/developers/applications).
20+
21+
2. Navigate to **OAuth2** from the sidebar, and paste the following as Redirect URI into the
22+
"Redirect URI" field.
23+
24+
- https://auth.web3auth.io/auth
25+
26+
![Discord OAuth2.0 App Dashboard](/guides/social-providers/discord/discord-redirect-uri.png)
27+
28+
3. Don't forget to save your changes!
29+
30+
4. Next, obtain the **"Client ID"** from here. We will use this in our Web3Auth Dashboard.
31+
32+
![Discord OAuth2.0 App Client ID and Secret](/guides/social-providers/discord/discord-clientid-secret.png)
2233

2334
## Create a Discord Connection
2435

docs/authentication/social-logins/twitch.mdx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: "Twitch Social Login with Web3Auth | Documentation - Web3Auth"
77
import TwitchToggle from "@site/static/images/dashboard/authentication-social-connections.png";
88
import TwitchConnection from "@site/static/images/dashboard/twitch-connection.png";
99

10-
import SetupTwitch from "@site/src/common/guides/_setup-twitch.mdx";
11-
1210
Twitch Login is a social login provider that allows users to sign in using their Twitch credentials.
1311
Web3Auth supports Twitch as a social login provider, allowing developers to offer a familiar and
1412
quick authentication method for users with Twitch accounts.
@@ -18,7 +16,22 @@ To integrate Twitch with Web3Auth, developers must first create a Twitch App via
1816

1917
## Create a Twitch app
2018

21-
<SetupTwitch />
19+
1. Follow Twitch's
20+
[registration instructions](https://dev.twitch.tv/docs/authentication/#registration) to (register
21+
your app)[https://dev.twitch.tv/console/apps/create].
22+
2. Paste the following as a Redirect URI into the "OAuth Redirect URLs" field.
23+
24+
- [https://auth.web3auth.io/auth](https://auth.web3auth.io/auth)
25+
26+
![Twitch OAuth2.0 App Dashboard](/guides/social-providers/twitch/twitch-app.png)
27+
28+
3. After creation of your Twitch app, click **Manage**
29+
30+
![Twitch OAuth2.0 App Manage](/guides/social-providers/twitch/twitch-manage.png)
31+
32+
4. Obtain the **Client ID**
33+
34+
![Twitch OAuth2.0 App Manage](/guides/social-providers/twitch/twitch-client-id.png)
2235

2336
## Create a Twitch Connection
2437

src/common/guides/_android-installlation.mdx

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/common/guides/_auth-config-code-auth0.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/common/guides/_auth-config-code-discord.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/common/guides/_auth-config-code-facebook.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/common/guides/_auth-config-code-firebase.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/common/guides/_auth-config-code-google.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/common/guides/_auth-config-code-twitch.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/common/guides/_auth-config-code.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)