We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ed0c0 commit 1666a1cCopy full SHA for 1666a1c
security/custom_authenticator.rst
@@ -37,6 +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
41
return $request->headers->has('auth-token');
42
}
43
0 commit comments