Skip to content

Latest commit

 

History

History
 
 

react-evm-sfa-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Using Web3Auth without MFA with future compatibility Single Page Example

Quick Start

git clone https://github.com/Web3Auth/examples.git
cd examples/web-single-factor-auth/react-evm-sfa-example
npm install
npm run start # localhost:3000

Configure

Adding Web3Auth Plug and Play SDKs to your application is a great way to authenticate users and reconstruct their private key, and to reconstruct the key, Web3Auth SDK redirects users to a Web3Auth hosted screen (i.e. http://app.openlogin.com). This flow is great for most use cases. Still, sometimes you may want to customize the authentication flow such that you can have more control over the UI and UX of the authentication process (i.e. to avoid the redirection to openlogin hosted screens). This guide will show you how to use one such flow to authenticate users without redirecting to a Web3Auth-hosted screen.

Read the full guide to configure.

Questions

Ask us on our Github Discussion Board or reach out to our Discord.

Important Links