3.1.0 • Published 8 months ago

@biconomy/web3-auth v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@biconomy/web3-auth

A library to import the torus web3 social auth directly from Biconomy SDK

Usage

import SocialLogin from "@biconomy/web3-auth";
// init wallet
const socialLoginSDK = new SocialLogin();
await socialLoginSDK.init();
// show connect modal
socialLoginSDK.showWallet();