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.
1 parent f436ae5 commit 53fb35bCopy full SHA for 53fb35b
security/custom_authenticator.rst
@@ -50,7 +50,7 @@ method that fits most use-cases::
50
}
51
52
// implement your own logic to get the user identifier from `$apiToken`
53
- // e.g. by finding one user in database by its API key
+ // e.g. by looking up a user in the database using its API key
54
$userIdentifier = /** ... */;
55
56
return new SelfValidatingPassport(new UserBadge($userIdentifier));
0 commit comments