laravel/passkeys
Passwordless authentication using WebAuthn/passkeys for Laravel
v0.2.1
8.4M downloads/mo
#382 most downloaded on Packagist
laravel/passkeys-server
What this package is like to depend on
Last release 3 months ago
18 May 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Apr 2026 to May 2026Releases
latest 3-
v0.2.118 May 2026Release notes
Open source →What's Changed
- Omit null values from options by @benbjurstrom in #24
Full Changelog: v0.2.0...v0.2.1
Release notes
Open source →What's Changed
- Omit null values from options by @benbjurstrom in https://github.com/laravel/passkeys-server/pull/24
Full Changelog: https://github.com/laravel/passkeys-server/compare/v0.2.0...v0.2.1
-
v0.2.014 May 2026Release notes
Open source →What's Changed
- Configurable passkey management middleware by @benbjurstrom in #16
- Add database transaction and pessimistic locking to passkey verification by @joetannenbaum in #15
- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #21
- Webauthn-lib v5.3 upgrade by @eshimischi in #20
- Fix custom passkey model route bindings by @benbjurstrom in #14
- Fix passkey user relation with custom user keys by @benbjurstrom in #23
New Contributors
- @eshimischi made their first contribution in #20
Full Changelog: v0.1.0...v0.2.0
Release notes
Open source →What's Changed
- Configurable passkey management middleware by @benbjurstrom in https://github.com/laravel/passkeys-server/pull/16
- Add database transaction and pessimistic locking to passkey verification by @joetannenbaum in https://github.com/laravel/passkeys-server/pull/15
- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in https://github.com/laravel/passkeys-server/pull/21
- Webauthn-lib v5.3 upgrade by @eshimischi in https://github.com/laravel/passkeys-server/pull/20
- Fix custom passkey model route bindings by @benbjurstrom in https://github.com/laravel/passkeys-server/pull/14
- Fix passkey user relation with custom user keys by @benbjurstrom in https://github.com/laravel/passkeys-server/pull/23
New Contributors
- @eshimischi made their first contribution in https://github.com/laravel/passkeys-server/pull/20
Full Changelog: https://github.com/laravel/passkeys-server/compare/v0.1.0...v0.2.0
-
v0.1.022 Apr 2026Release notes
Open source →Initial Release
- Simply add the
PasskeyAuthenticatabletrait to yourUsermodel - Routes for login, confirmation (reauth), and passkey management registered automatically
- Stable opaque WebAuthn user handles - primary keys never exposed to authenticators
- Configurable allowed origins and relying party ID
- Bundled AAGUID catalog, auto-synced, for identifying authenticators
- Extensible actions, response contracts, and models
PasskeyRegistered,PasskeyVerified,PasskeyDeletedevents- Pairs with the
@laravel/passkeysnpm client
- Simply add the