Skip to content

Commit 53fb35b

Browse files
committed
Minor tweak
1 parent f436ae5 commit 53fb35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ method that fits most use-cases::
5050
}
5151

5252
// implement your own logic to get the user identifier from `$apiToken`
53-
// e.g. by finding one user in database by its API key
53+
// e.g. by looking up a user in the database using its API key
5454
$userIdentifier = /** ... */;
5555

5656
return new SelfValidatingPassport(new UserBadge($userIdentifier));

0 commit comments

Comments
 (0)