Latest

Passkey Implementation Testing: End-to-End Quality for Passwordless Auth

Testing

Passkey Implementation Testing: End-to-End Quality for Passwordless Auth

Passkeys are the consumer-friendly implementation of FIDO2/WebAuthn, introduced by Apple, Google, and Microsoft as a coordinated standard for passwordless authentication. Unlike hardware security keys, passkeys sync across devices via iCloud Keychain, Google Password Manager, and Microsoft's ecosystem — which introduces testing challenges around cross-device scenarios, OS-level dialogs, and

By HelpMeTest
FIDO2 Authenticator Testing: Strategies for Hardware and Software Keys

Testing

FIDO2 Authenticator Testing: Strategies for Hardware and Software Keys

FIDO2 is the authentication standard that powers WebAuthn and passkeys. It encompasses two layers: WebAuthn (the browser API) and CTAP2 (the Client-to-Authenticator Protocol). Testing FIDO2 authenticators — hardware security keys like YubiKey, software authenticators, and platform authenticators — requires strategies for both the protocol layer and the application layer. This guide covers

By HelpMeTest