Laravel Packages

Use Passkeys in Your Laravel App

Published
Use Passkeys in Your Laravel App image

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.

Generate a passkey using 1Password in Laravel
Generate a passkey using 1Password in Laravel (Credit: laravel-passkeys docs)

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.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article