Skip to content

Latest commit

 

History

History
 
 

custom-jwt-react-express-core-example

Web3Auth Core x Custom JWT Login Demo Application

React - Express Application

Quick Start

Start Server

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

Start Client (in a new CLI tab)

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

Local Demo

Visit http://localhost:3000 to login with Custom JWT.

Development

To use this in your project, please checkout the following first:

  1. How to bring your own JWT Token?
  2. How to create a Custom Verifier on Web3Auth Dashboard?