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.
2 parents d76fc61 + 64004cc commit 7be1e0eCopy full SHA for 7be1e0e
security/guard_authentication.rst
@@ -119,10 +119,10 @@ This requires you to implement several methods::
119
120
public function checkCredentials($credentials, UserInterface $user)
121
{
122
- // check credentials - e.g. make sure the password is valid
123
- // no credential check is needed in this case
+ // Check credentials - e.g. make sure the password is valid.
+ // In case of an API token, no credential check is needed.
124
125
- // return true to cause authentication success
+ // Return `true` to cause authentication success
126
return true;
127
}
128
0 commit comments