We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d841187 commit a1baaf1Copy full SHA for a1baaf1
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