Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Webauthn adapter for Laravel <!-- omit in toc -->

**LaravelWebauthn** is the adapter to use Webauthn as [2FA](https://en.wikipedia.org/wiki/Multi-factor_authentication) (two-factor authentication) or as passwordless authentication on Laravel.

**Try this now on the [demo application](https://webauthn.asbin.net/).**
**Try this now on the [demo application](https://webauthn.laravel.cloud/).**


# Features
Expand Down
2 changes: 2 additions & 0 deletions src/Auth/EloquentWebAuthnProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public function validateCredentials(User $user, array $credentials): bool

/**
* Rehash the user's password if required and supported.
*
* @phpstan-ignore method.childParameterType
*/
#[\Override]
public function rehashPasswordIfRequired(User $user, array $credentials, bool $force = false): void
Expand Down