WebAuthn Signature Flow Sequence Diagram
sequenceDiagram
participant Client
participant Server
participant Blockchain
Client->>Server: beginRegistration(username)
Server->>Client: challenge
Client->>Client: embed challenge into session token { challenge: challenge, ... }