← All field notes

Passkeys and Passwordless Sign-In: Plan the Recovery Path Too

Passkeys can make sign-in easier and much harder to phish. The real design work is in enrollment, recovery, device changes, and the awkward period when old and new methods coexist.

Engineering

A good passkey experience feels almost uneventful: choose an account, confirm with the device, and continue. That simplicity is earned by a fairly complicated system underneath. Credentials may sync through a platform account, live on a hardware key, or remain tied to one device. Users will switch phones, lose access, and arrive from browsers you did not expect.

That is why a passkey project should not begin and end with the happy-path sign-in screen. The product needs a complete account-access story, including the day somebody has neither the old device nor a remembered password.

Decide what role passkeys will play

Passkeys can be an optional convenience, the preferred sign-in method, or the only primary credential. Each choice changes enrollment and support. An optional rollout is easier to reverse but leaves password risk in place. A passkey-first rollout needs a strong recovery path before it can safely reach everyone.

Name the user groups and risk levels. An internal admin console, a consumer account, and a shared family device should not inherit the same policy just because they use the same authentication library.

Design enrollment as carefully as login

Users should understand what they are creating and where it will be available. Ask them to add a passkey after a successful, strongly verified sign-in, not from an ambiguous session. Show existing credentials with recognizable device or provider information and allow them to remove one without locking themselves out.

Encourage more than one path for important accounts. A second synced ecosystem, a hardware key, or a well-protected recovery method can prevent an ordinary device loss from becoming a support emergency.

Build recovery before rollout

Recovery is where otherwise strong authentication is often weakened. Email links and help-desk overrides may become a cheaper route around the passkey. Decide what evidence is enough to restore access, how long sensitive changes are delayed, and which actions notify the account owner.

Test the uncomfortable scenarios: the only phone is lost, a platform account is disabled, an employee leaves, a user changes their email, or an attacker has access to the inbox. A recovery process is part of authentication, not a separate customer-service concern.

Expect a mixed environment

During migration, some users will have passkeys and others will not. Some browsers will offer cross-device sign-in through a nearby phone; others will fall back. Keep the screen language neutral and give users a clear alternate route without presenting a wall of technical choices.

Instrument the funnel. Track offers, successful creations, successful sign-ins, fallbacks, cancellations, and recovery starts. Segment by platform where possible. A low adoption rate may be a prompt or compatibility problem rather than resistance to the method.

Roll out where support can watch it

Begin with staff or a small willing cohort, then expand by account type. Make sure support can see which methods are registered without seeing credential secrets. Give them scripts for common device-change questions and a guarded escalation path.

Passwordless should mean fewer authentication problems, not different problems hidden behind a cleaner button. A measured rollout makes the difference visible.