π This project aims to facilitate authentication through Web3 and streamline user login processes using various social providers and authentication platforms.
π₯ YouTube Tutorial
-
Clone the Repository:
git clone https://github.com/kshitijofficial/web3authentication.git
-
Navigate to Client Directory:
cd client -
Install Dependencies:
npm install
-
Configuration:
-
Go to
config/config.jsand input your:- Client ID
- Chain Configuration
- Contact Address
-
In
utils/authService.js, enter the client ID from Auth0. Visit Auth0 for details. -
Update
components/Login.js:- Enter the domain from Auth0 in the domain field.
-
-
Start Client:
npm start
-
Navigate to Server Directory:
cd ../server -
Install Server Dependencies:
npm install
-
Start Server:
npm start
- π Web3Auth Dashboard Login
- π Quick Start Guide - Plug and Play SDK (React)
- π LinkedIn Authentication Provider Setup
- π Google Authentication Guide
- π Auth0 Authentication Guide
For detailed instructions and usage, refer to the Web3Auth Documentation.