@@ -5,6 +5,8 @@ image: "images/docs-meta-cards/documentation-card.png"
55description : " Authentication | Documentation - Web3Auth"
66---
77
8+ import CommonQuestions from " @site/src/components/CommonQuestions" ;
9+
810import Tiles from " @theme/Tiles" ;
911
1012** Web3Auth** offers a robust authentication system designed to bridge the gap between Web2 and Web3
@@ -13,7 +15,7 @@ onboarding flows. By offering fine-grained control over login experiences and wa
1315Web3Auth helps enhance user conversion while enabling seamless access to blockchain-based
1416functionality.
1517
16- Using Web3Auth’ s client-side SDKs, applications can authenticate users through a variety of
18+ Using Web3Auth' s client-side SDKs, applications can authenticate users through a variety of
1719mechanisms, supporting both traditional (Web2) and decentralized (Web3) identity paradigms.
1820
1921## Supported Authentication Methods
@@ -23,7 +25,7 @@ diverse user bases and platform requirements.
2325
2426### Native Email & SMS Login
2527
26- Provides passwordless login via one-time passcodes (OTP)/ magic links sent to the user’ s
28+ Provides passwordless login via one-time passcodes (OTP)/ magic links sent to the user' s
2729[ email address] ( /authentication/basic-logins/email-passwordless ) or
2830[ phone number] ( /authentication/basic-logins/sms-otp ) . This method is widely accessible and
2931especially useful for onboarding users unfamiliar with Web3 or crypto wallets.
@@ -174,3 +176,18 @@ export const JWTLoginSetup = [
174176
175177This is ideal for applications that already have a secure identity layer and want to enhance it with
176178non-custodial wallet generation and key management.
179+
180+ <CommonQuestions
181+ questions = { [
182+ " What authentication methods does Web3Auth support?" ,
183+ " How does Web3Auth handle social logins?" ,
184+ " What are the available passwordless login options?" ,
185+ " Which external wallets are supported by Web3Auth?" ,
186+ " How does Web3Auth integrate with existing JWT systems?" ,
187+ " What social identity providers are supported by Web3Auth?" ,
188+ " How does Web3Auth bridge Web2 and Web3 identity?" ,
189+ " What are the benefits of using Web3Auth's authentication system?" ,
190+ " How can I implement custom authentication with Web3Auth?" ,
191+ " Which authentication method is best for user onboarding?" ,
192+ ]}
193+ />
0 commit comments