Skip to content

Commit

Permalink
remove diagrams, add images
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Dec 10, 2024
1 parent 7e7293f commit a304e9b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 61 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions astro/src/content/articles/authentication/webauthn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ tags: webauthn, passwords, security, passwordless, biometrics, passkeys
icon: /img/icons/webauthn-explained.svg
darkIcon: /img/icons/webauthn-explained-dark.svg
---
import WebAuthnRegistrationFlow from "../../../diagrams/articles/authentication/webauthn/webauthn-registration.astro";
import WebAuthnAuthenticationFlow from "../../../diagrams/articles/authentication/webauthn/webauthn-authentication.astro";

Think passwordless authentication seems too good to be true? Take a look under the hood to see how and why passkeys work.

Expand Down Expand Up @@ -167,7 +165,7 @@ The registration ceremony is now complete. You can now use your new credential t

The following diagram illustrates the registration ceremony:

<WebAuthnRegistrationFlow alt="FIDO2 Registration Ceremony Example" />
![Diagram showing FIDO2 Registration Ceremony.](/img/articles/authentication/webauthn/articles-authentication-registration-fido2-ceremony-diagram.png)

### The authentication ceremony

Expand Down Expand Up @@ -211,7 +209,8 @@ If the signature is verified, the relying party grants access to the user. Usual

Here is a simplified visualization of the WebAuthn authentication ceremony:

<WebAuthnAuthenticationFlow alt="FIDO2 Authentication Ceremony Example" />
![Diagram showing FIDO2 Authentication Ceremony.](/img/articles/authentication/webauthn/articles-authentication-authentication-fido2-ceremony-diagram.png)


## Why passkeys are secure

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a304e9b

Please sign in to comment.