Content from Article you mentioned.
At a high level they are 2 distinct approaches to authentication:
- Passkeys are a form of passwordless login using cryptographic keys.
- Identifier first + Biometrics relies on a user entering a username, email, etc. and subsequently physical traits for identity verification.
While passkeys can be used independently of biometrics, combining them enhances security, ensuring that the cryptographic keys are only accessible to the biometrically authenticated user.
Does it mean, id first + Biometrics uses Passkeys in the flow. I am asking this question, as i am about to use partials and warning says, passkeys will not work if we use Partials.
“Data capture is available for database connections authenticated by password . When using a passwordless connection, data capture is available when authenticating by email or SMS one-time password. Passkeys and magic links are not yet supported.”