Created
August 2, 2022 01:57
-
-
Save ewalk153/cfbdf6d1003b63582fc86372d77c4568 to your computer and use it in GitHub Desktop.
A few notes on the web authn flow (incomplete)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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