Integration Examples
The normal backend pattern is small and explicit.
Example Shape
- Authenticated user requests a biometric operation.
- Server issues a
BST. - Browser completes the flow and returns a
BRT. - Server verifies the token.
- Server executes operation-specific logic.
This keeps business logic behind verified results instead of trusting browser state.