Skip to content

5.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 08:40
· 9 commits to main since this release
1a4eaca

5.0.0 (2025-03-06)

⚠ BREAKING CHANGES

  • Support Laravel 12 and webauthn-lib 5.0+ (#497)

BREAKING CHANGES:

  • The Webauthn::prepareAssertion and Webauthn::prepareAttestation methods now return LaravelWebauthn\Services\Webauthn\PublicKeyCredentialRequestOptionsRequest and LaravelWebauthn\Services\Webauthn\PublicKeyCredentialCreationOptionsRequest respectively, and this impacts all classes that rely on it.
  • EloquentWebAuthnProvider: removes validator parameter
  • OptionsFactory: removes repository parameter
  • The user_verification setting was previously forced to required when webauthn.userless config was set to preferred or required. It nows only relies on the webauthn.user_verification config.

See migration-v4-to-v5 page.

Features

  • Support Laravel 12 and webauthn-lib 5.0+ (#497) (1a4eaca)