WebAuthn Debugger

Debug WebAuthn/FIDO2 registration and authentication flows with credential inspection and attestation analysis.

1. Registration Flow

navigator.credentials.create()

Simulate user registration (Passkey creation).

2. Authentication Flow

navigator.credentials.get()

Simulate user authentication (Passkey login).

Please complete registration first to get a credential.