🔐 This project aims to facilitate authentication through Web3 and streamline user login processes using various social providers and authentication platforms.
-
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.js
and 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.