php bin/console make:security:custom

Create a custom security authenticator.

Usage

make:security:custom

Help

The make:security:custom command generates a simple custom authenticator
class based off the example provided in:

https://symfony.com/doc/current/security/custom_authenticator.html

This will also update your security.yaml for the new custom authenticator.

php bin/console make:security:custom