We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[SensitiveParameter]
1 parent 94db3bd commit 129fdd5Copy full SHA for 129fdd5
docs/2-features/04-authentication.md
@@ -38,6 +38,7 @@ final class User implements Authenticatable
38
public function __construct(
39
public string $email,
40
#[Hashed]
41
+ #[\SensitiveParameter]
42
public ?string $password,
43
) {}
44
}
packages/auth/src/Installer/basic-user/UserModel.stub.php
@@ -15,6 +15,7 @@ final class UserModel implements Authenticatable
15
16
17
18
19
20
21
0 commit comments