Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
/ WebAuthn Public archive

v4.0.0

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 16 Feb 06:44
· 13 commits to 4.x since this release
7eed0fa

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 a Laragear\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