We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab565b3 + 12e77b5 commit 34529c4Copy full SHA for 34529c4
security/custom_authenticator.rst
@@ -37,7 +37,7 @@ method that fits most use-cases::
37
*/
38
public function supports(Request $request): ?bool
39
{
40
- // "auth_token" is an example of a custom, non-standard HTTP header used in this application
+ // "auth-token" is an example of a custom, non-standard HTTP header used in this application
41
return $request->headers->has('auth-token');
42
}
43
0 commit comments