Skip to main content

Integration Overview

SophID integrations are simplest when you keep the browser and server responsibilities thin and explicit.

Browser Side

  • Initialize BiometricClientHelper
  • Ask your backend for a BST
  • Launch the flow and collect the final result

Server Side

  • Use BiometricServerHelper to mint BST values
  • Verify BRT values on callback
  • Apply operation-specific business logic after verification

Keep SDK wiring centralized in helper modules and expose only a small number of application-specific endpoints to the frontend.