Purpose: This tool captures real WebAuthn responses from your authenticator
for use in integration tests. It communicates with a local Barycenter server.
Prerequisites:
Barycenter server running on http://localhost:9090
A user account created (default: username=admin, password=password123)
An authenticator available (hardware key, TouchID, Windows Hello, etc.)
Configuration
Step 1: Login
Step 2: Capture Passkey Registration
Step 3: Capture Passkey Authentication
Next Steps:
Copy the JSON output above
Save as tests/fixtures/hardware_key_registration.json or cloud_synced_passkey.json
Use in your integration tests via load_fixture("hardware_key_registration")