1.0.26 • Published 2 years ago

@biconomy-sdk/web3-auth v1.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

web3-auth

A library to import the torus web3 social auth directly from biconomy-sdk.

Usage

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