This repository was archived by the owner on May 8, 2026. It is now read-only.
v4.0.0
What's Changed
- [3.x] User Provider: Do not access rehash function in L10 by @saibotk in https://github.com/Laragear/WebAuthn/pull/101
New Contributors
- @saibotk made their first contribution in https://github.com/Laragear/WebAuthn/pull/101
Give me a TLDR
These are the (mostly) breaking changes:
- Out PHP 8.1, in PHP 8.4, and Laravel 12.x.
- The
webAuthnData()method for the user no longer returns an array, now it should return aLaragear\WebAuthn\WebAuthnDatainstance - You can change that object (user name and display name) from the Attestation.
- Model migration and customization has been simplified.
- All Enum case have been normalized to
PascalCase.
Full Changelog: v3.1.0...v4.0.0