Reusable KYC
Before You Start
Configure your DataRequest during login
import { ExternalUser } from '@tonomy/tonomy-id-sdk';
async function onButtonPress() {
const dataRequest = { username: true, kyc: true };
await ExternalUser.loginWithTonomy({ callbackPath: '/callback', dataRequest });
}Receive the KYC Data in the client
Verify the credentials with your server
Client-side
Server-side
Ephemeral & Peer-to-Peer Processing
How Ephemeral Server-Side Processing Works
Peer-to-Peer & Local Verification
Last updated