Laravel Passkeys is a package by Spatie that makes it easy to set up passkey authentication in your Laravel application. Passkeys let you log in without needing to enter an email and password, but instead a passkey that you can generate via apps like 1Password, macOS passwords, or other apps offering passkey support:
Passkeys allow passwordless login by generating a secure key stored in apps like 1Password, MacOS' password manager, or others on your preferred OS. This package provides a simple way to generate passkeys and authenticate users using passkeys with a Livewire or Blade component.

At the time of writing, Laravel Passkeys works with Laravel Livewire, but you can use the package's action classes and create a custom component using Inertia with React or Vue. See the Usage in Inertia page for details.
Learn More
You can get started with the source code on GitHub at spatie/laravel-passkeys. The documentation will help you with installation and everything you need to start using Passkeys in your app. Finally, Spatie created a demo app for the spatie/laravel-passkeys to showcase this package.