We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f052268 + a1baaf1 commit 12e77b5Copy full SHA for 12e77b5
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