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 8281616 commit e237579Copy full SHA for e237579
security/guard_authentication.rst
@@ -118,10 +118,10 @@ This requires you to implement several methods::
118
119
public function checkCredentials($credentials, UserInterface $user)
120
{
121
- // check credentials - e.g. make sure the password is valid
122
- // 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.
123
124
- // return true to cause authentication success
+ // Return `true` to cause authentication success
125
return true;
126
}
127
0 commit comments