Package Data | |
---|---|
Maintainer Username: | spatie |
Maintainer Contact: | freek@spatie.be (Freek Van der Herten) |
Package Create Date: | 2024-08-06 |
Package Last Update: | 2025-05-20 |
Home Page: | https://spatie.be/docs/laravel-passkeys |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-06-04 03:00:04 |
Package Statistics | |
---|---|
Total Downloads: | 7,287 |
Monthly Downloads: | 7,283 |
Daily Downloads: | 560 |
Total Stars: | 335 |
Total Watchers: | 15 |
Total Forks: | 32 |
Total Open Issues: | 1 |
Passkeys let you log in without needing a password. Instead of a password, you can generate a passkey which will be stored in 1Pass, MacOS' password app, or alternative app on your favourite OS.
This package provides a simple way to generate passkeys using a Livewire component. It also contains a Blade component that can authenticate your users using passkeys.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
This package contains a Livewire component to generate passkeys. Make sure you have Livewire installed in your Laravel app.
All documentation is available on our documentation site.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
This code is based on the Laracast course on passkeys by the amazing Luke Downing.
The MIT License (MIT). Please see License File for more information.