Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@DarkGhostHunter DarkGhostHunter released this 16 Feb 06:44
· 4 commits to 4.x since this release
7eed0fa

What's Changed

  • [3.x] User Provider: Do not access rehash function in L10 by @saibotk in #101

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