Skip to content

Commit 6ae48a8

Browse files
committed
[security] make:security:custom
Since MakerBundle `v1.59.0` - you can call `make:security:custom` to generate a simple, no-frills, custom authenticator based off the example in the docs.
1 parent a619916 commit 6ae48a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/custom_authenticator.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Symfony comes with :ref:`many authenticators <security-authenticators>` and
55
third party bundles also implement more complex cases like JWT and oAuth
66
2.0. However, sometimes you need to implement a custom authentication
77
mechanism that doesn't exist yet or you need to customize one. In such
8-
cases, you must create and use your own authenticator.
8+
cases, you can use the ``make:security:custom`` command to create your own
9+
authenticator.
910

1011
Authenticators should implement the
1112
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface`.

0 commit comments

Comments
 (0)