React - Express Application
git clone https://github.com/Web3Auth/examples.git
cd web-core-sdk/custom-authentication/custom-jwt-react-express-core-example/server
npm install
npm start
# server will be running on localhost:8080
git clone https://github.com/Web3Auth/examples.git
cd web-core-sdk/custom-authentication/custom-jwt-react-express-core-example
npm install
npm start
# client will be running on localhost:3000
Visit http://localhost:3000 to login with Custom JWT.
To use this in your project, please checkout the following first: