16.0.0 • Published 4 months ago

@tkey/service-provider-sfa v16.0.0

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

tKey Single Factor Auth Service Provider

npm version minzip

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 @tkey/service-provider-sfa

See the full SDK Reference on the Web3Auth Documentation

Example

import SFAServiceProvider from '@tkey/service-provider-sfa';

const web3AuthOptions: any = {
  clientId, // Get your Client ID from Web3Auth Dashboard
  chainConfig,
  web3AuthNetwork: 'testnet', // ["cyan", "testnet", "sapphire-devnet", "sapphire-mainnet"]
};

const serviceProvider = new SFAServiceProvider({web3AuthOptions});
16.0.0

4 months ago

15.2.1-alpha.0

8 months ago

15.1.0

9 months ago

15.1.0-alpha.0

11 months ago

15.0.2

11 months ago

13.0.0-alpha.6

1 year ago

15.0.0

11 months ago

11.0.0

2 years ago

10.1.1

2 years ago

10.1.0

2 years ago