What's Changed
New Contributors
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\WebAuthnData
instance - 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