this post was submitted on 11 Oct 2023
27 points (96.6% liked)
Android
711 readers
1 users here now
Android news for android developers. Everything that happens in android world.
For Android development specific topics please see /c/android_dev
The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a programmer, and I agree with you that the article can be a bit confusing. To put it simply, Google's passkey feature is a type of two-factor authentication (2FA) that eliminates the need for a traditional password. Instead, you get a short code generated randomly.
Here's how it works: When you choose passkey as your authentication method on a website, a randomly generated password is stored in the website's database. This password is also registered with Google's passkey service and is used as an ID token. When you want to log in, you need to use your phone or another device that supports passkey authentication to confirm your identity, sort of like a 'handshake.'
This method enhances security while simplifying the login process. In theory.