HN user

vdelitz

232 karma

https://www.corbado.com

Posts55
Comments64
View on HN
www.androidauthority.com 2mo ago

Google lets you move passkeys to another password manager on Android

vdelitz
2pts0
blog.google 2mo ago

Helpful tools from Google to keep your accounts safe

vdelitz
2pts0
www.microsoft.com 2mo ago

World Passkey Day: Advancing passwordless authentication

vdelitz
3pts3
www.corbado.com 2mo ago

Why passkey sign-in success rate is much lower than many companies pretend

vdelitz
2pts0
www.corbado.com 2mo ago

Passkey Benchmark 2026: 97-99% mobile readiness, but adoption still stalls

vdelitz
1pts1
1password.com 2mo ago

1Password supports Credential Exchange (CXF) on mobile

vdelitz
1pts0
www.howtogeek.com 4mo ago

Passkeys were supposed to replace passwords, but they're failing

vdelitz
3pts1
www.corbado.com 4mo ago

Hardware passkeys are winning on security, losing on adoption

vdelitz
1pts1
bitwarden.com 4mo ago

Log into Windows with a Bitwarden Passkey

vdelitz
2pts0
www.corbado.com 4mo ago

Why your 2-week passkey sprint will turn into 6 months

vdelitz
4pts0
www.theeducatoronline.com 4mo ago

It's time schools moved beyond passwords

vdelitz
2pts0
www.corbado.com 5mo ago

Passkey deployment mistakes banks make

vdelitz
1pts0
gizmodo.com 5mo ago

AI-generated passwords are easy to crack

vdelitz
1pts1
entra.news 5mo ago

Microsoft Is Auto-Enabling Passkeys in March 2026

vdelitz
1pts0
www.corbado.com 5mo ago

Don't implement passkeys. Five Day 2 issues explained

vdelitz
14pts3
techcommunity.microsoft.com 7mo ago

Entra: Synced passkeys and high assurance account recovery

vdelitz
2pts0
android-developers.googleblog.com 8mo ago

How Uber is reducing manual logins by 4M per year

vdelitz
1pts1
about.fb.com 1y ago

Facebook Launches Passkeys

vdelitz
3pts0
web.dev 1y ago

Passkey Deployment Checklist

vdelitz
1pts0
developer.chrome.com 1y ago

Automatically create passkeys in Google Password Manager on Chrome deskto

vdelitz
1pts0
www.androidpolice.com 1y ago

Google auto-converts passwords to passkeys on Android

vdelitz
1pts0
techcommunity.microsoft.com 1y ago

New user experience for consumer authentication

vdelitz
1pts1
newsroom.paypal-corp.com 1y ago

Solving the Convenience and Security Equation

vdelitz
1pts0
developer.chrome.com 1y ago

Passkeys on Google Password Manager are now available on iOS

vdelitz
3pts0
www.ncsc.gov.uk 1y ago

Passkeys: They're not perfect but they're getting better

vdelitz
4pts0
www.zdnet.com 1y ago

Going passwordless can simplify your life in 2025

vdelitz
1pts0
fidoalliance.org 1y ago

Research Findings: Consumer Trends and Attitudes Towards Authentication Methods

vdelitz
1pts0
techcommunity.microsoft.com 1y ago

Public preview: Passkeys in brokered Microsoft applications on Android

vdelitz
3pts0
passkeys.eu 1y ago

Show HN: Automatic Passkey Upgrade Demo

vdelitz
1pts0
blogs.windows.com 1y ago

Passkeys on Windows: Authenticate seamlessly with passkey providers

vdelitz
2pts1

Have to disagree with the author's opinion. I think he compares passkeys only to passwords (single factor) and assume people always use autofill.

But you should compare the passkey UX to conventional MFA UX. I think there it's obvious that passkeys are superior (+ the phishing resistance on top. Even if non-tech-savvy users would like to disclose their credentials on a fraud website, they couldn't).

What do you think?

how do you want to detect if the user has a password manager? Checking if the DOM is changed by the password manager's autofill?

Hey,

I am Vincent from Corbado. We’are building a dev tool that lets you easily integrate passkey auth into your applications. Since secure & user-friendly authentication is very important to us, we have had hundreds of talks with devs and PMs on how we can help them integrate passkeys and thus make the Internet a safer place by sharing our passkey learnings. Many said they are not sure if their users’ devices are passkey-ready.

Therefore, we built State of Passkeys, a free tool, where we provide passkey-readiness data that we collected over the past years to help other developers and product managers roll out passkeys with confidence.

To determine the passkey-readiness of their users’ devices, State of Passkeys serves the largest existing, publicly available data collection on passkey-readiness. You can get analytics on passkey-readiness depending on operating system, device, browser and passkey-readiness features (WebAuthn, platform auth, Conditional UI, passkey sync).

The data is collected (anonymously and GDPR-compliant) via an analytics script by using the browser Web Authentication API.

We're really happy we get to show this to you all, thank you for reading about it! Please let us know your thoughts and questions in the comments.

Check it out here: https://state-of-passkeys.io

There's a new trend coming up of "Smart Wallets" which make use of synced passkeys for authentication.

I can share a blog post about this topic that I recently wrote if you're interested in some details (e.g. Coinbase did it this way).

1) They link the public key to your user account in their database.

2) Passkeys are 2FA by default. Someone needs to steal your phone where the private key is stored (first factor) and they would need your Face ID / Touch ID / PIN Code (second factor). Just loosing your phone doesn't give someone else the chance to use your passkey for authentication.

Yes, that might be a strategic thinking of big tech. Still you can use third-party password managers like Bitwarden, KeePassXC or 1Password to take care of your passkeys. I think, for most non-technical users, they will go for the Apple/Google/Microsoft credential manager option but if you're more tech-savyy, there are ways to stay independent of big tech.

Agree. If I show my parents or great-parents TOTP, they're usually lost and hate it. Recently, I've seen a study that anyway +90% of users choose SMS OTP over TOTP.

It still requires you to install the 1Password app or browser extension manually on all devices. Google leverages Chrome & Google Password Manager that most non-technical users have installed / enabled by default.

While I agree that 1Password has the cross-platform sync feature for some time, I think it's different magnitude now that Google offers it (via GPM), as GPM works as the default password manager for many, many non-technical users.

Disclosure: I'm the author of the first blog post.

I think my personal biggest learning when developing passkey-based authentication is that there's a bunch of useful WebAuthn libraries for every major language / framework. However, these libraries only cover very basic uses cases to login and create a passkey. In real-life applications though there are so many scenarios (users deleting the private key of a passkey, users using non-passkey-ready devices, etc.) that require substantial work on your own and it's not really obvious when you start developing a passkey-based auth solution. It's something that most devs discover on the journey.

Do you still think it's easier to type in a 6 digit code that is on your mobile while you're browsing with your desktop (compared to Touch ID / Face ID with passkeys)?

[dead] 2 years ago

Recently, there have been some more strategic discussions (e.g. [1] or [2]) about the motives of Google and Apple and their passkeys push (if this is a good or bad thing).

The reality is: passkeys cannot be stopped.

They are much simpler and more convenient for consumers (and more secure!). However, there are still many factors to consider and I fully understand that there are many misconceptions, pitfalls, and unknown unknowns, especially for developers. A lot of these stem from the complexity that becomes apparent when one looks behind the surface and tries to really implement psskeys.

I want to share some learnings from the past two years of working on passkey implementations, so that other developers can better anticipate common fallacies, save time, and more easily implement passkeys.

What are your experiences when implementing passkeys?

[1] https://news.ycombinator.com/item?id=40165998 [2] https://proton.me/blog/big-tech-passkey

[dead] 2 years ago

We launched Corbado on Product Hunt and reached #1 Developer Tool of the Week. Read about our learnings and tips on how to successfully launch Developer Tools on Product Hunt.

[dead] 3 years ago

Explore drawbacks of CAPTCHAs for users and businesses, discover alternatives like Turnstile, Arkose and hCAPTCHA and learn how passkeys could replace CAPTCHAs in this blog article

[dead] 3 years ago

When working on a WebAuthn / passkey implementation and also testing with real-life users, I encountered many issues (technically and also from the user understand) when it comes to how passkey cross-platform authentication works with QR codes and Bluetooth.

In my opinion, I think this is a huge change for many non-technical users and as a website / app implementing passkeys, I would avoid the QR code to be displayed (even if it's technically not 100% possible). What's your experience with it?

I think the main reason for that is that you can then offer different authentication methods depending on what works for you and what kind you prefer. If the provider only offers passwords, than this is neglectable. But if you also use SSO, social logins, magic links or passkeys, then it makes sense to tailor the UX to your account.