Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Sep 9, 2024
1 parent da939e1 commit f87a528
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions torus-js/torus-js-custom-jwt/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
# Web3Auth (`@web3auth/single-factor-auth`) QuickStart - React

[![Web3Auth](https://img.shields.io/badge/Web3Auth-SDK-blue)](https://web3auth.io/docs/sdk/core-kit/sfa-web)
[![Web3Auth](https://img.shields.io/badge/Web3Auth-Community-cyan)](https://community.web3auth.io)

[Join our Community Portal](https://community.web3auth.io/) to get support and stay up to date with the latest news and updates.

This example demonstrates how to use Web3Auth Single Factor Auth Web SDK in React
# Torus JS Custom JWT

## How to Use

### Download Manually

```bash
npx degit Web3Auth/web3auth-pnp-examples/single-factor-auth-web/quick-starts/sfa-react-quick-start w3a-sfa-react-quick-start
npx degit tkey/tkey-examples/torus-js/torus-js-custom-jwt torus-js-custom-jwt
```

Install & Run:

```bash
cd w3a-sfa-react-quick-start
cd torus-js-custom-jwt
npm install
npm run start
# or
cd w3a-sfa-react-quick-start
cd torus-js-custom-jwt
yarn
yarn start
```
Expand Down

0 comments on commit f87a528

Please sign in to comment.