Skip to content

Commit 4bab6f1

Browse files
committed
minor #19809 [Security] make:security:custom (jrushlow)
This PR was merged into the 6.4 branch. Discussion ---------- [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. - [x] Maker PR: symfony/maker-bundle#1522 - [ ] Maker Release: `v1.59.0` (Not yet released) Commits ------- 6ae48a8 [security] `make:security:custom`
2 parents 45c11e5 + 6ae48a8 commit 4bab6f1

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)