Skip to content

Commit 83f298b

Browse files
authored
Merge pull request #740 from Web3Auth/fix/titles-guide
improve titles and description on guides
2 parents af51cc9 + 75a9379 commit 83f298b

14 files changed

Lines changed: 73 additions & 98 deletions

src/pages/guides/auth0.mdx

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
---
2-
title: Using Auth0 with Web3Auth Plug and Play No Modal SDK
2+
title: Getting Started with Web3Auth and Auth0
33
image: "guides/banners/auth0-no-modal.png"
4-
description: Learn how to use Web3Auth Plug and Play No Modal SDK with Auth0
4+
description:
5+
A comprehensive guide to setting up your Web3Auth Plug and Play No Modal SDK and Auth0 account,
6+
including development of a basic web application on your chosen blockchain.
57
type: guide
6-
tags:
7-
[
8-
web,
9-
"@web3auth/no-modal",
10-
auth0,
11-
custom authentication,
12-
react,
13-
ethereum,
14-
sms,
15-
email,
16-
sms passwordless,
17-
email passwordless,
18-
passwordless,
19-
sms otp,
20-
]
8+
tags: [web, auth0, custom authentication, react, ethereum, passwordless]
219
date: January 3, 2023
2210
author: Web3Auth Team
2311
communityPortalTopicId: 45
@@ -42,8 +30,8 @@ import InteractingWithBlockchain from "@site/src/common/guides/_interacting-with
4230
import OpenloginConfigCode from "@site/src/common/guides/_openlogin-config-code-auth0.mdx";
4331

4432
<SEO
45-
title="Using Auth0 with Web3Auth Plug and Play No Modal SDK"
46-
description="Learn how to use Web3Auth Plug and Play No Modal SDK with Auth0 in your React Application."
33+
title="Getting Started with Web3Auth and Auth0"
34+
description="A comprehensive guide to setting up your Web3Auth Plug and Play No Modal SDK and Auth0 account, including development of a basic web application on your chosen blockchain.."
4735
image="https://web3auth.io/docs/guides/banners/auth0-no-modal.png"
4836
slug="/guides/auth0"
4937
/>

src/pages/guides/farcaster-mpc-core-kit-web.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
title: Integrate Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK
2+
title: Implement Farcaster through Web3Auth MPC CoreKit Web SDK
33
image: "guides/banners/farcaster-mpc-ck-web.png"
4-
description: Learn how to use Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK
4+
description:
5+
Integrate Web3Auth MPC CoreKit Web SDK, handling user logins with JWT tokens, and adding
6+
additional features like blockchain interactions and logout functionality.
57
type: guide
6-
tags: ["@web3auth/mpc-core-kit", mpc, mpc-core-kit-web, farcaster, react, ethereum, next.js]
8+
tags: ["@web3auth/mpc-core-kit", mpc, farcaster, react, ethereum]
79
date: May 8, 2024
810
author: Web3Auth Team
911
communityPortalTopicId:
@@ -13,8 +15,8 @@ pinned: false
1315
import SEO from "@site/src/components/SEO";
1416

1517
<SEO
16-
title="Integrate Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK"
17-
description="Learn how to use Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK"
18+
title="Implement Sign In with Farcaster through Web3Auth MPC CoreKit Web SDK"
19+
description="Learn how to integrate Web3Auth MPC CoreKit Web SDK, handling user logins with JWT tokens, and adding additional features like blockchain interactions and logout functionality."
1820
image="https://web3auth.io/docs/guides/banners/farcaster-mpc-ck-web.png"
1921
slug="/guides/farcaster-mpc-core-kit-web"
2022
/>

src/pages/guides/farcaster-sfa-web.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: Integrate Sign In with Farcaster with Web3Auth SFA Web SDK
33
image: "guides/banners/farcaster-sfa-web.png"
4-
description: Learn how to use Sign In with Farcaster with Web3Auth SFA Web SDK
4+
description:
5+
Detailed steps to Sign In with Farcaster, configuring the provider, and integrating a sign-in
6+
button using Web3Auth.
57
type: guide
68
tags: ["@web3auth/single-factor-auth", sfa-web, farcaster, react, ethereum, next.js]
79
date: May 6, 2024
@@ -14,7 +16,8 @@ import SEO from "@site/src/components/SEO";
1416

1517
<SEO
1618
title="Integrate Sign In with Farcaster with Web3Auth SFA Web SDK"
17-
description="Learn how to use Sign In with Farcaster with Web3Auth SFA Web SDK"
19+
description="Detailed steps to Sign In with Farcaster, configuring the provider, and integrating a sign-in
20+
button using Web3Auth"
1821
image="https://web3auth.io/docs/guides/banners/farcaster-sfa-web.png"
1922
slug="/guides/farcaster-sfa-web"
2023
/>

src/pages/guides/flutter-wallet.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: Build your own Chain Agnostic Web3 wallet in Flutter
2+
title: Create a Chain Agnostic Web3 wallet in Flutter
33
image: "guides/banners/flutter-wallet.png"
4-
description:
5-
Learn how to use Web3Auth PnP Flutter SDK to build Chain Agnostic Web3 wallet in Flutter
4+
description: Empower your Flutter app with a Chain Agnostic Web3 wallet using the Web3Auth PnP SDK.
65
type: guide
76
tags: [mobile, flutter, ethereum, solana]
87
date: April 22, 2024
@@ -16,7 +15,7 @@ import WalletPreview from "@site/static/guides/flutter-wallet-preview.png";
1615

1716
<SEO
1817
title="Build your own Chain Agnostic Web3 wallet in Flutter"
19-
description=" Learn how to use Web3Auth PnP Flutter SDK to build Chain Agnostic Web3 wallet in Flutter"
18+
description="Empower your Flutter app with a Chain Agnostic Web3 wallet using the Web3Auth PnP SDK."
2019
image="https://web3auth.io/docs/guides/banners/flutter-wallet.png"
2120
slug="/guides/flutter-wallet"
2221
/>

src/pages/guides/github-oauth.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Integrating Github OAuth with Web3Auth for Authentication
2+
title: Github OAuth with Web3Auth for Authentication
33
image: "guides/banners/github-oauth.png"
4-
description: Learn how to integrate Github OAuth with Web3auth
4+
description:
5+
Enhance your app's authentication with a step-by-step guide on integrating Github OAuth seamlessly
6+
with Web3Auth.
57
type: guide
68
tags: [github, oauth, authentication]
79
date: March 8, 2024
@@ -12,7 +14,7 @@ communityPortalTopicId:
1214
import SEO from "@site/src/components/SEO";
1315

1416
<SEO
15-
title="Integrating Github OAuth with Web3Auth for Authentication"
17+
title="Github OAuth with Web3Auth for Authentication"
1618
description="Learn how to integrate Github OAuth with Web3auth."
1719
image="https://web3auth.io/docs/guides/banners/github-oauth.png"
1820
slug="/guides/github-oauth"

src/pages/guides/microsoft-oauth.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
title: Integrating Microsoft OAuth with Web3Auth for Decentralized Authentication
2+
title: Integrate Microsoft OAuth with Web3Auth for Decentralized Authentication
33
image: "guides/banners/microsoft-oauth.png"
4-
description: Learn how to integrate Microsoft Github OAuth with Web3auth
4+
description:
5+
This guide explains how to integrate Web3Auth with Microsoft OAuth 2.0 for decentralized
6+
authentication, enabling users to log in with their Microsoft account and securely obtain Ethereum
7+
private keys and public addresses.
58
type: guide
69
tags: [microsoft, OAuth, authentication, github]
710
date: February 28, 2024
@@ -13,7 +16,7 @@ import SEO from "@site/src/components/SEO";
1316

1417
<SEO
1518
title="Integrating Microsoft OAuth with Web3Auth for Decentralized Authentication"
16-
description="Learn how to integrate Microsoft Github OAuth with Web3auth."
19+
description="This guide explains how to integrate Web3Auth with Microsoft OAuth 2.0 for decentralized authentication, enabling users to log in with their Microsoft account and securely obtain Ethereum private keys and public addresses. "
1720
image="https://web3auth.io/docs/guides/banners/microsoft-oauth.png"
1821
slug="/guides/microsoft-github-oauth"
1922
/>

src/pages/guides/mpc-core-kit.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Using Web3Auth MPC Core Kit SDK
2+
title: Step-by-Step Guide to implement Web3Auth MPC SDK in React
33
image: "guides/banners/mpc.png"
4-
description: Learn how to use the Web3Auth MPC Core Kit SDK in your React Application
4+
description:
5+
Learn how to integrate Web3Auth MPC SDK into a React app, set up secure Google login, and enhance
6+
your app's security and blockchain interactions.
57
type: guide
68
tags: [web, corekit, mpc, google, whitelabel, react, ethereum]
79
date: May 15, 2023
@@ -13,8 +15,8 @@ pinned: true
1315
import SEO from "@site/src/components/SEO";
1416

1517
<SEO
16-
title="Using Web3Auth MPC Core Kit SDK"
17-
description="Learn how to use the Web3Auth MPC Core Kit SDK in your React Application."
18+
title="Step-by-Step Guide to implement Web3Auth MPC SDK in React"
19+
description="Learn how to integrate Web3Auth MPC SDK into a React app, set up secure Google login, and enhance your app's security and blockchain interactions."
1820
image="https://web3auth.io/docs/guides/banners/mpc.png"
1921
slug="/guides/mpc-core-kit"
2022
/>

src/pages/guides/rainbowkit-guide.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Integrating Rainbow Kit with Web3Auth PnP SDK for Authentication
2+
title: Integrate Rainbow Kit with Web3Auth PnP SDK for Authentication
33
image: "guides/banners/rainbowkit-guide.png"
4-
description: Learn how to integrate Rainbowkit and Web3auth for authentication.
4+
description:
5+
Discover how to effortlessly integrate Rainbow Kit with Web3Auth for a seamless authentication
6+
experience.
57
type: guide
68
tags: [rainbowkit, authentication, pnp, wagmi]
79
date: March 13, 2024
@@ -16,8 +18,8 @@ import Web3AuthPrerequisites from "@site/src/common/guides/_web3auth-prerequisit
1618
import DashboardSetup from "@site/src/common/guides/_web3auth_dashboard_setup.mdx";
1719

1820
<SEO
19-
title="Integrating RainbowKit with Web3Auth for Authentication"
20-
description="Learn how to integrate Rainbowkit and Web3auth for authentication."
21+
title="Integrate Rainbow Kit with Web3Auth PnP SDK for Authentication"
22+
description="Discover how to effortlessly integrate Rainbow Kit with Web3Auth for a seamless authentication experience."
2123
image="https://web3auth.io/docs/guides/banners/rainbowkit-guide.png"
2224
slug="/guides/rainbow-kit-guide"
2325
/>

src/pages/guides/sfa-rn-bare-firebase.mdx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
---
22
title: Using Firebase with Web3Auth SFA React Native SDK
33
image: "guides/banners/sfa-firebase.png"
4-
description: Learn how to use Web3Auth Single Factor Auth React Native SDK with Firebase
4+
description:
5+
Web3Auth Single Factor Authentication (SFA) React Native SDK with Firebase enables secure
6+
blockchain authentication using Google social login. The process involves setting up Firebase and
7+
Web3Auth, initializing the SDK, authenticating users, and interacting with the Ethereum
8+
blockchain.
59
type: guide
6-
tags:
7-
[
8-
web,
9-
"@web3auth/single-factor-auth",
10-
firebase,
11-
custom authentication,
12-
react native,
13-
ethereum,
14-
sms,
15-
email,
16-
sms passwordless,
17-
email passwordless,
18-
passwordless,
19-
sms otp,
20-
]
10+
tags: [web, SFA, firebase, custom authentication, react native, ethereum]
2111
date: 14 November, 2023
2212
author: Web3Auth Team
2313
communityPortalTopicId: 32

src/pages/guides/sfa-rn-expo-auth0.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Using Auth0 with Web3Auth SFA React Native SDK
33
image: "guides/banners/sfa-auth0.png"
4-
description: Learn how to use Web3Auth Single Factor Auth React Native SDK with Auth0
4+
description:
5+
This guide provides a step-by-step approach to integrating Auth0 with the Web3Auth Single Factor
6+
Authentication (SFA) React Native SDK, aimed at simplifying user authentication and wallet
7+
management for Ethereum-based applications.
58
type: guide
69
tags:
710
[

0 commit comments

Comments
 (0)