Skip to main content

Installation + Quick Start

Install the Web SDK in your frontend application and initialize it with your server endpoints and operation handlers.

pnpm add sophid-web-sdk
import {biometricClientHelper} from 'sophid-web-sdk';

const sophidClient = biometricClientHelper.init(config);

From there, call high-level methods like enrollUser() or authenticateUser().