Overview of spatie/laravel-passkeys
mainThe spatie/laravel-passkeys package provides a streamlined way to implement passkey authentication in Laravel applications. It offers two primary high-level tools:
- Passkey Generation: A Livewire component that simplifies the process of allowing users to create their own passkeys.
- Passkey Authentication: A Blade component that enables users to log in to your application using their existing passkeys, eliminating the need for traditional email/password combinations.