tKey Torus Service Provider
Service Provider in tKey
is used for generating a social login share of the private key share managed by a wallet service provider via
their own authentication flows.
Installation
npm install --save @oraichain/service-provider-torus
SDK Reference on the Web3Auth Documentation
See the fullExample
import TorusServiceProvider from "@oraichain/service-provider-torus";
const customAuthParams = {
baseUrl: `${window.location.origin}/serviceworker`,
enableLogging: true,
network: "testnet" as any,
};
const serviceProvider = new TorusServiceProvider({ customAuthParams });