Skip to content

Instantly share code, notes, and snippets.

@ewalk153
Created August 2, 2022 01:57
Show Gist options
  • Save ewalk153/cfbdf6d1003b63582fc86372d77c4568 to your computer and use it in GitHub Desktop.
Save ewalk153/cfbdf6d1003b63582fc86372d77c4568 to your computer and use it in GitHub Desktop.
A few notes on the web authn flow (incomplete)
sequenceDiagram
Browser->>+Server: Generate and store the WebAuthn User ID
Server->>+Server: generate challenge, and store in session
Server-->>+Browser: options
Browser->>+User: create (local call to device)
User-->+Browser: PublicKeyCredential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment