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 →
Decide with Jev: Laravel AI That Answers with a Probability image

Decide with Jev: Laravel AI That Answers with a Probability

Read article
JetBrains Air: Run AI Coding Agents in JetBrains IDEs image

JetBrains Air: Run AI Coding Agents in JetBrains IDEs

Read article
Memoize Tagged Cache Reads in Laravel image

Memoize Tagged Cache Reads in Laravel

Read article
Eloquent Refreshes: Load Generated Columns After Save image

Eloquent Refreshes: Load Generated Columns After Save

Read article
Laravel AI SDK 1.0 Adds Classification and Tool Approvals image

Laravel AI SDK 1.0 Adds Classification and Tool Approvals

Read article
Tagged Memoized Cache and Model Refreshes in Laravel 13.33 image

Tagged Memoized Cache and Model Refreshes in Laravel 13.33

Read article