Menu

Post image 1
Post image 2
1 / 2
0

Laravel Now Has Native Passkeys: A Complete Guide to laravel/passkeys

DEV Community·Hafiz·24 days ago
#AlGtRIqY
Reading 0:00
15s threshold

Originally published at hafiz.dev For a long time, adding passkeys to a Laravel app meant reaching for a third-party package, assembling WebAuthn ceremonies by hand, or piecing together a tutorial that assumes you already know what a "relying party ID" is. That's done. In late April 2026, Laravel shipped laravel/passkeys , a first-party package authored by Taylor Otwell that gives you a complete passkey story out of the box. Server package, npm client, Fortify integration. Three pieces that click together so passwordless auth is boring to wire up, which is exactly what you want from a security feature. I covered the Spatie passkeys approach back in January, and that's still valid if you're Livewire-heavy or already have that package running. But the native package is the right call for new projects and anything using Fortify. Here's the full setup. What Ships in laravel/passkeys The passkey stack has three components that each handle a distinct concern. laravel/passkeys is the server-side Composer package.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More