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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article