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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article