Skip to content

Commit 1666a1c

Browse files
committed
Minor tweak
1 parent 24ed0c0 commit 1666a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/custom_authenticator.rst

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ method that fits most use-cases::
3737
*/
3838
public function supports(Request $request): ?bool
3939
{
40+
// "auth_token" is an example of a custom, non-standard HTTP header used in this application
4041
return $request->headers->has('auth-token');
4142
}
4243

0 commit comments

Comments
 (0)