Skip to content

Commit ba9048d

Browse files
authored
docs: update url of the demo (#507)
1 parent 6f4a1dc commit ba9048d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Webauthn adapter for Laravel <!-- omit in toc -->
3535

3636
**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.
3737

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

4040

4141
# Features

src/Auth/EloquentWebAuthnProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ public function validateCredentials(User $user, array $credentials): bool
8282

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

0 commit comments

Comments
 (0)