Passkeys authentication
Overview
Passkeys is a passwordless authentication method that follows the WebAuthn, Web Authentication, specification. The standard allows users to log in using biometric authentication, security keys, or device-based credentials, replacing traditional username and password combinations.

Prerequisites
To implement the feature you need to make sure that your users have compatible devices with either built-in biometric sensors, or external security keys.
Getting started
Before going into the actual quickstart guide, read through the Important Concepts page. It provides a high-level overview of the terms and concepts used in the passkeys authentication flow.
Important Concepts
Go through a quick summary of the WebAuthn specifications to get accustomed with the language used in the guides.
Initial Setup
Implement an authentication flow that uses passkeys to login users.
Customization
To adjust the functionality to fit your use case you can explore different sections from the documentation.