Skip to main content

Integration Examples

The normal backend pattern is small and explicit.

Example Shape

  1. Authenticated user requests a biometric operation.
  2. Server issues a BST.
  3. Browser completes the flow and returns a BRT.
  4. Server verifies the token.
  5. Server executes operation-specific logic.

This keeps business logic behind verified results instead of trusting browser state.